25 lines
604 B
Plaintext
25 lines
604 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
["babel-preset-env", {
|
||
|
"loose": false,
|
||
|
"modules": false
|
||
|
}],
|
||
|
"babel-preset-react"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"react-hot-loader/babel",
|
||
|
"babel-plugin-transform-react-constant-elements", [
|
||
|
"babel-plugin-transform-react-remove-prop-types", {}
|
||
|
],
|
||
|
"babel-plugin-transform-decorators-legacy",
|
||
|
"babel-plugin-transform-class-properties", [
|
||
|
"babel-plugin-transform-runtime", {
|
||
|
"helpers": false,
|
||
|
"polyfill": false,
|
||
|
"regenerator": true,
|
||
|
"moduleName": "nwb"
|
||
|
}
|
||
|
],
|
||
|
"babel-plugin-syntax-dynamic-import"
|
||
|
]
|
||
|
}
|