Skip to content

Commit

Permalink
temporarily disables reduce_vars (#1517)
Browse files Browse the repository at this point in the history
... as we investigate #1516
  • Loading branch information
alexlamsl authored Feb 28, 2017
1 parent 858e6c7 commit 4365a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compress.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function Compressor(options, false_by_default) {
if_return : !false_by_default,
join_vars : !false_by_default,
collapse_vars : !false_by_default,
reduce_vars : !false_by_default,
reduce_vars : false,
cascade : !false_by_default,
side_effects : !false_by_default,
pure_getters : false,
Expand Down

0 comments on commit 4365a51

Please sign in to comment.