29 lines
549 B
Plaintext
29 lines
549 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
["env", {
|
||
|
"targets": { "node": 6 },
|
||
|
"useBuiltIns": true
|
||
|
}],
|
||
|
"stage-0",
|
||
|
"react"
|
||
|
],
|
||
|
"plugins": ["add-module-exports"],
|
||
|
"env": {
|
||
|
"production": {
|
||
|
"presets": ["react-optimize"],
|
||
|
"plugins": ["babel-plugin-dev-expression"]
|
||
|
},
|
||
|
"development": {
|
||
|
"plugins": [
|
||
|
"transform-class-properties",
|
||
|
"transform-es2015-classes",
|
||
|
"react-hot-loader/babel",
|
||
|
["flow-runtime", {
|
||
|
"assert": true,
|
||
|
"annotate": true
|
||
|
}]
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|