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