Skip to content

Commit

Permalink
Update dependencies and terser options
Browse files Browse the repository at this point in the history
  • Loading branch information
oamaok committed Sep 18, 2024
1 parent dad30d6 commit e813bc8
Show file tree
Hide file tree
Showing 4 changed files with 17,431 additions and 4,261 deletions.
4 changes: 4 additions & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ terser
inline: false,
unsafe: true,
booleans_as_integers: true,
module: true,

// This drops the `assert` calls in minified builds
pure_funcs: ['assert'],
},
mangle: {
module: true,
Expand Down
Loading

0 comments on commit e813bc8

Please sign in to comment.