Skip to content

Commit 7fc446c

Browse files
committed
chore(build) tighter terser opts, saves ~50 bytes gzipped
1 parent 31a6949 commit 7fc446c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/build_config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ module.exports = {
6060
ascii_only: true
6161
},
6262
compress: {
63+
ecma: 2015,
64+
unsafe_arrows: true,
6365
passes: 2,
6466
unsafe: true,
6567
warnings: true,

0 commit comments

Comments
 (0)