Added missing configuration (#3436).
This commit is contained in:
parent
69957bcfb3
commit
9e33f268fd
|
|
@ -87,6 +87,8 @@ function minify(files, options) {
|
||||||
properties: false,
|
properties: false,
|
||||||
reserved: [],
|
reserved: [],
|
||||||
toplevel: false,
|
toplevel: false,
|
||||||
|
leading_character_set : "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_",
|
||||||
|
trailing_character_set: "0123456789",
|
||||||
}, true);
|
}, true);
|
||||||
if (options.mangle.properties) {
|
if (options.mangle.properties) {
|
||||||
if (typeof options.mangle.properties != "object") {
|
if (typeof options.mangle.properties != "object") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user