Ignore default reserved properties in compress test
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user