Skip to content

Commit a55daf0

Browse files
authored
1 parent 0ff25fb commit a55daf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ function cli(process, beforeMinifyCallback) {
100100

101101
if (program.rawArgs.indexOf('-O0') > -1) {
102102
options.level[0] = true;
103+
options.level[1] = false;
103104
}
104105

105106
if (program.rawArgs.indexOf('-O1') > -1) {

0 commit comments

Comments
 (0)