2017-04-01 18:10:50 +00:00
|
|
|
[
|
|
|
|
|
{
|
2017-04-07 10:47:30 +00:00
|
|
|
"compress": false,
|
|
|
|
|
"mangle": false,
|
|
|
|
|
"output": {
|
|
|
|
|
"beautify": true,
|
2018-03-15 07:46:45 +00:00
|
|
|
"braces": true
|
2018-01-18 06:08:05 +00:00
|
|
|
},
|
|
|
|
|
"rename": true
|
2017-04-01 18:10:50 +00:00
|
|
|
},
|
2017-04-02 20:00:33 +00:00
|
|
|
{
|
2017-04-07 10:47:30 +00:00
|
|
|
"compress": false
|
2017-04-02 20:00:33 +00:00
|
|
|
},
|
2017-04-01 18:10:50 +00:00
|
|
|
{
|
|
|
|
|
"mangle": false
|
|
|
|
|
},
|
2017-04-15 15:50:50 +00:00
|
|
|
{},
|
2017-04-01 18:10:50 +00:00
|
|
|
{
|
2021-07-17 12:20:56 +00:00
|
|
|
"ie": true,
|
2017-10-24 19:38:11 +00:00
|
|
|
"toplevel": true
|
2017-04-01 18:10:50 +00:00
|
|
|
},
|
2018-05-06 23:36:25 +00:00
|
|
|
{
|
|
|
|
|
"compress": {
|
2020-12-28 22:17:52 +00:00
|
|
|
"hoist_vars": true,
|
|
|
|
|
"keep_infinity": true,
|
2018-05-06 23:36:25 +00:00
|
|
|
"passes": 1e6,
|
|
|
|
|
"unsafe": true
|
|
|
|
|
},
|
2022-01-20 21:13:26 +00:00
|
|
|
"keep_fargs": true,
|
2020-12-28 22:17:52 +00:00
|
|
|
"keep_fnames": true,
|
2018-05-06 23:36:25 +00:00
|
|
|
"toplevel": true
|
|
|
|
|
},
|
2017-04-01 18:10:50 +00:00
|
|
|
{
|
|
|
|
|
"compress": {
|
2018-01-19 15:47:42 +00:00
|
|
|
"passes": 1e6,
|
|
|
|
|
"sequences": 1e6,
|
|
|
|
|
"unsafe": true,
|
|
|
|
|
"unsafe_Function": true,
|
|
|
|
|
"unsafe_math": true,
|
|
|
|
|
"unsafe_proto": true,
|
|
|
|
|
"unsafe_regexp": true
|
2017-04-01 18:10:50 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|