Skip to content

Commit

Permalink
fix #80 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperStormer committed Mar 15, 2023
1 parent 0ff25fb commit a55daf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ function cli(process, beforeMinifyCallback) {

if (program.rawArgs.indexOf('-O0') > -1) {
options.level[0] = true;
options.level[1] = false;
}

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

0 comments on commit a55daf0

Please sign in to comment.