Files
squeezelite-esp32/components/wifi-manager/webapp/.babelrc
Sebastien L 15c0e47ae3 Network WIP
2022-01-20 13:43:23 -05:00

20 lines
327 B
Plaintext

{
"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"],
],
}