2016-10-23 07:27:18 +03:00
|
|
|
{
|
|
|
|
"sourceMaps": "both",
|
|
|
|
"presets": [
|
|
|
|
"react",
|
|
|
|
"es2015"
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"react-hot-loader/babel",
|
|
|
|
"add-module-exports",
|
|
|
|
"transform-exponentiation-operator",
|
|
|
|
"syntax-async-functions",
|
|
|
|
["transform-object-rest-spread", {
|
|
|
|
"useBuiltIns": true
|
|
|
|
}]
|
2016-10-24 14:43:32 +03:00
|
|
|
],
|
|
|
|
"env": {
|
|
|
|
"test": {
|
|
|
|
"plugins": [
|
|
|
|
["babel-plugin-webpack-loaders", {
|
|
|
|
"config": "${CONFIG}",
|
2016-10-27 18:42:56 +03:00
|
|
|
"verbose": false
|
2016-10-24 14:43:32 +03:00
|
|
|
}]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2016-10-23 07:27:18 +03:00
|
|
|
}
|