You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
670 B
33 lines
670 B
{
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"node": 8,
|
|
"browsers": "electron 2.0"
|
|
},
|
|
"useBuiltIns": true
|
|
}],
|
|
"stage-0",
|
|
"react"
|
|
],
|
|
"plugins": ["add-module-exports", "dynamic-import-webpack", ["react-intl-auto", {
|
|
"removePrefix": "app/",
|
|
"filebase": false
|
|
}]],
|
|
"env": {
|
|
"production": {
|
|
"presets": ["react-optimize"],
|
|
"plugins": ["babel-plugin-dev-expression"]
|
|
},
|
|
"development": {
|
|
"plugins": [
|
|
"transform-class-properties",
|
|
"transform-es2015-classes",
|
|
["flow-runtime", {
|
|
"assert": true,
|
|
"annotate": true
|
|
}]
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|