Skip to content

Commit

Permalink
chore(build) tighter terser opts, saves ~50 bytes gzipped
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Nov 15, 2020
1 parent 31a6949 commit 7fc446c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/build_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ module.exports = {
ascii_only: true
},
compress: {
ecma: 2015,
unsafe_arrows: true,
passes: 2,
unsafe: true,
warnings: true,
Expand Down

0 comments on commit 7fc446c

Please sign in to comment.