disable hoist_funs by default (#2626)

This commit is contained in:
Alex Lam S.L
2017-12-20 17:05:40 +08:00
committed by GitHub
parent fac003c64f
commit 86ae5881b7
4 changed files with 5 additions and 5 deletions

View File

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