1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/.babelrc

13 lines
267 B
Plaintext
Raw Normal View History

2016-11-10 14:26:24 +01:00
{
"presets": ["react", ["es2015", {"modules": false}], "stage-2"],
2016-12-30 23:07:37 +01:00
"plugins": ["transform-decorators-legacy"],
2016-11-10 14:26:24 +01:00
"env": {
"development": {
"presets": ["react-hmre"]
},
"test": {
"plugins": ["transform-es2015-modules-commonjs"]
2016-11-10 14:26:24 +01:00
}
}
}