Files
squeezelite-esp32/components/wifi-manager/webapp/.babelrc
2023-06-03 16:50:50 -04:00

14 lines
158 B
Plaintext

{
"presets": [
"@babel/preset-env",
"@babel/typescript"
],
"env": {
"production": {
"presets": [
"minify"
]
}
}
}