mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-01 06:09:27 +03:00
Wifi UI update
This commit is contained in:
19
components/wifi-manager/webapp/.babelrc
Normal file
19
components/wifi-manager/webapp/.babelrc
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"presets": [
|
||||
"@babel/preset-env",
|
||||
"@babel/typescript"
|
||||
],
|
||||
"env": {
|
||||
"production": {
|
||||
"presets": [
|
||||
"minify"
|
||||
]
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator",
|
||||
"@babel/plugin-proposal-optional-chaining",
|
||||
"@babel/plugin-transform-runtime",
|
||||
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user