mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/lyswhut/lx-music-desktop.git
synced 2026-09-20 08:04:00 +08:00
23 lines
317 B
Plaintext
23 lines
317 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"corejs": "3",
|
|
"useBuiltIns": "usage"
|
|
}
|
|
],
|
|
[
|
|
"minify",
|
|
{
|
|
"builtIns": false,
|
|
"evaluate": false,
|
|
"mangle": false
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-syntax-dynamic-import"
|
|
]
|
|
}
|