redux-webpack-es6-boilerplate
Version:
A starter project for modern React apps with Redux
19 lines (18 loc) • 365 B
Plain Text
{
"presets": [
["es2015", { "modules": false }],
"react",
"stage-0"
],
"plugins": [
"transform-runtime",
"transform-decorators-legacy",
"transform-flow-strip-types",
"react-hot-loader/babel"
],
"env": {
"production": {
"plugins": ["transform-react-remove-prop-types", "transform-react-constant-elements"]
}
}
}