mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-ui-libs.git
synced 2026-01-27 10:23:05 +00:00
26 lines
439 B
JSON
26 lines
439 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"modules": false
|
|
}
|
|
],
|
|
"@babel/preset-react"
|
|
],
|
|
"env": {
|
|
"production": {
|
|
"plugins": [
|
|
"@babel/plugin-transform-react-inline-elements",
|
|
"@babel/plugin-transform-react-constant-elements",
|
|
[
|
|
"transform-react-remove-prop-types",
|
|
{
|
|
"removeImport": true
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
}
|