remove --mangle-props from fuzzing (#1777)

The inherently unsafe nature makes this feature unsuitable to be tested this way.

fixes #1774
This commit is contained in:
Alex Lam S.L
2017-04-04 16:24:16 +08:00
committed by GitHub
parent 951770fc68
commit 4b90dc1fdb

View File

@@ -13,12 +13,6 @@
"toplevel": true
}
},
{
"compress": {
"warnings": false
},
"mangleProperties": {}
},
{
"compress": {
"warnings": false
@@ -37,23 +31,6 @@
"bracketize": true
}
},
{
"compress": {
"passes": 3,
"properties": false,
"toplevel": true,
"warnings": false
},
"mangle": {
"toplevel": true
},
"mangleProperties": {
"ignore_quoted": true
},
"output": {
"keep_quoted_props": true
}
},
{
"compress": {
"keep_fargs": false,