Skip to content

Commit

Permalink
build: update bundle-module script
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed May 14, 2020
1 parent 77e10ed commit fb51b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bundle-module
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const INPUT_OPTS = {
const TERSER_OPTS = {
compress: true,
mangle: true,
ecma: 6,
ecma: 2017,
};

const buildVersion = async (opts, write = true, compressed = false) => {
Expand Down

0 comments on commit fb51b0a

Please sign in to comment.