Ignore default reserved properties in compress test
This commit is contained in:
parent
c644c1292d
commit
7fa0dbdeb9
|
|
@ -99,7 +99,8 @@ mangle_unquoted_properties: {
|
||||||
properties: false
|
properties: false
|
||||||
}
|
}
|
||||||
mangle_props = {
|
mangle_props = {
|
||||||
ignore_quoted: true
|
ignore_quoted: true,
|
||||||
|
reserved: []
|
||||||
}
|
}
|
||||||
beautify = {
|
beautify = {
|
||||||
beautify: false,
|
beautify: false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user