enable hoist_props by default (#2492)

This commit is contained in:
Alex Lam S.L
2017-11-19 14:56:23 +08:00
committed by GitHub
parent 667fc4d08b
commit b80062c490
2 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ function Compressor(options, false_by_default) {
expression : false,
global_defs : {},
hoist_funs : !false_by_default,
hoist_props : false,
hoist_props : !false_by_default,
hoist_vars : false,
ie8 : false,
if_return : !false_by_default,