influxdb/ui/.babelrc

18 lines
330 B
Plaintext
Raw Normal View History

{
"plugins": [
"syntax-trailing-function-commas",
"transform-decorators-legacy",
2016-10-18 21:02:17 +00:00
"transform-object-rest-spread",
"transform-runtime",
"lodash"
],
2017-01-12 21:59:07 +00:00
"presets": ["es2015", "react", "stage-0"],
"env": {
"production": {
"plugins": [
"transform-react-remove-prop-types"
]
},
}
}