Files
UglifyJS/test/input/issue-3315/config.json
2019-03-15 00:20:20 +08:00

9 lines
119 B
JSON

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