2016-05-03 04:09:16 +00:00
|
|
|
{
|
2016-05-03 20:13:04 +00:00
|
|
|
"presets": ["react", "es2015", "stage-0"],
|
2016-05-03 04:09:16 +00:00
|
|
|
"env": {
|
|
|
|
"production": {
|
|
|
|
"plugins": [
|
|
|
|
"transform-react-remove-prop-types",
|
|
|
|
"transform-react-constant-elements",
|
|
|
|
"transform-react-inline-elements"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|