Skip to content

Commit

Permalink
Run multiple minify passes
Browse files Browse the repository at this point in the history
  • Loading branch information
discordier committed Jun 1, 2022
1 parent 1f6d493 commit 93c8d2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ function buildEntry (config) {
properties: true,
dead_code: true,
conditionals: true,
reduce_vars: true,
keep_fnames: true
passes: 10,
},
sourceMap: {
filename: path.basename(outConfig.file),
Expand Down

0 comments on commit 93c8d2b

Please sign in to comment.