2017-04-12 04:58:49 +00:00
|
|
|
{
|
|
|
|
"plugins": [
|
|
|
|
[
|
|
|
|
"transform-runtime", {
|
|
|
|
"helpers": false,
|
|
|
|
"polyfill": false,
|
|
|
|
"regenerator": true,
|
|
|
|
"moduleName": "babel-runtime"
|
|
|
|
}
|
|
|
|
],
|
2017-08-24 16:41:47 +00:00
|
|
|
["module-resolver", {
|
|
|
|
"root": ["./common"],
|
|
|
|
"alias": {
|
|
|
|
"underscore": "lodash"
|
|
|
|
},
|
|
|
|
"cwd": "babelrc"
|
|
|
|
}],
|
2017-04-12 04:58:49 +00:00
|
|
|
"react-hot-loader/babel"],
|
|
|
|
"presets": ["es2015", "react", "stage-0", "flow"],
|
|
|
|
"env": {
|
|
|
|
"production": {
|
|
|
|
"presets": ["react-optimize"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|