mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
14 lines
158 B
Plaintext
14 lines
158 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/typescript"
|
|
],
|
|
"env": {
|
|
"production": {
|
|
"presets": [
|
|
"minify"
|
|
]
|
|
}
|
|
}
|
|
}
|