Files
UglifyJS/test/input/issue-3315/config.json
2021-03-13 03:40:49 +08:00

9 lines
111 B
JSON

{
"compress": false,
"mangle": {
"properties": {
"regex": "/^_/"
}
}
}