32 lines
754 B
Plaintext
32 lines
754 B
Plaintext
{
|
|
"presets": [
|
|
["babel-preset-env", {
|
|
"targets": {
|
|
"browsers": [
|
|
"> 1%",
|
|
"last 4 versions",
|
|
"Firefox ESR",
|
|
"ios >= 8"
|
|
],
|
|
"uglify": false
|
|
},
|
|
/*"spec": true,*/
|
|
"debug": true,
|
|
"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
|
|
}],
|
|
"babel-plugin-syntax-dynamic-import"
|
|
]
|
|
} |