Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Feb 14, 2019
1 parent b418dbd commit cf0d53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -494,7 +494,7 @@ function createConfig(options, entry, format, writeMeta) {
compress: {
keep_infinity: true,
pure_getters: true,
global_defs: defines
global_defs: defines,
},
warnings: true,
ecma: 5,
Expand Down

0 comments on commit cf0d53c

Please sign in to comment.