Skip to content

Commit

Permalink
Merge pull request #26 from jrjohnson/safari-mangle
Browse files Browse the repository at this point in the history
Add a fix for Safari to the default config
  • Loading branch information
rwjblue authored Sep 7, 2017
2 parents 948d179 + 73707d6 commit dcc9348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ module.exports = {
// limit sequences because of memory issues during parsing
sequences: 30,
},
mangle: {
safari10: true
},
output: {
// no difference in size and much easier to debug
semicolons: false,
Expand Down

0 comments on commit dcc9348

Please sign in to comment.