Merge pull request #321 from jviide/up-to-almost-11

Set the number of terser passes to 10
This commit is contained in:
Jason Miller 2019-02-22 16:07:13 -05:00 committed by GitHub
commit 1ac4ccccfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 13 deletions

View File

@ -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,

File diff suppressed because one or more lines are too long