12 lines
No EOL
248 B
Text
12 lines
No EOL
248 B
Text
{
|
|
"presets": ["react", "es2015", "stage-0"],
|
|
"env": {
|
|
"production": {
|
|
"plugins": [
|
|
"transform-react-remove-prop-types",
|
|
"transform-react-constant-elements",
|
|
"transform-react-inline-elements"
|
|
]
|
|
}
|
|
}
|
|
} |