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