chronograf/ui/.babelrc

17 lines
283 B
Plaintext
Raw Normal View History

{
"plugins": [
"syntax-trailing-function-commas",
"transform-decorators-legacy",
"transform-runtime",
"lodash"
],
"presets": ["es2015", "react"],
"env": {
"production": {
"plugins": [
"transform-react-remove-prop-types"
]
},
}
}