mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-01 19:27:51 +00:00
27 lines
564 B
Plaintext
27 lines
564 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"modules": false
|
|
}
|
|
],
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": ["@babel/plugin-proposal-class-properties"],
|
|
"env": {
|
|
"production": {
|
|
"only": ["app"],
|
|
"plugins": [
|
|
"lodash",
|
|
"transform-react-remove-prop-types",
|
|
"@babel/plugin-transform-react-inline-elements",
|
|
"@babel/plugin-transform-react-constant-elements"
|
|
]
|
|
},
|
|
"test": {
|
|
"plugins": ["@babel/plugin-transform-modules-commonjs", "dynamic-import-node"]
|
|
}
|
|
}
|
|
}
|