Skip to content

Commit

Permalink
Merge pull request #321 from jviide/up-to-almost-11
Browse files Browse the repository at this point in the history
Set the number of terser passes to 10
  • Loading branch information
developit committed Feb 22, 2019
2 parents 3d21c04 + 706ad48 commit 1ac4ccc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 13 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ function createConfig(options, entry, format, writeMeta) {
keep_infinity: true,
pure_getters: true,
global_defs: defines,
passes: 10,
},
warnings: true,
ecma: 5,
Expand Down

0 comments on commit 1ac4ccc

Please sign in to comment.