22 lines
436 B
Plaintext
22 lines
436 B
Plaintext
{
|
|
"presets": [
|
|
["babel-preset-env", {
|
|
"targets": {
|
|
"browsers": [
|
|
"> 1%",
|
|
"last 4 versions",
|
|
"Firefox ESR",
|
|
"ios >= 8"
|
|
],
|
|
"uglify": false
|
|
},
|
|
"spec": true,
|
|
"debug": true
|
|
}]
|
|
],
|
|
"plugins": [
|
|
"babel-plugin-transform-react-constant-elements",
|
|
"babel-plugin-transform-class-properties",
|
|
"babel-plugin-syntax-dynamic-import"
|
|
]
|
|
} |