myplayer/.minify.json

9 lines
106 B
JSON
Raw Normal View History

2024-11-11 02:36:39 +01:00
{
"js": {
"type": "terser",
"terser": {
"mangle": false
}
}
}