mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
20 lines
325 B
Plaintext
20 lines
325 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",
|
|
|
|
],
|
|
}
|