Skip to content

Commit

Permalink
Build: upgrade dependencies, including jtr@0.2.5
Browse files Browse the repository at this point in the history
- updated sinon to the latest version that supports IE11
- updated eslint to latest 8.x
- updated uglify-js to latest and added `ie` argument to `minify()`

Closes gh-563
  • Loading branch information
timmywil authored Feb 18, 2025
1 parent b9d7458 commit 272fb66
Show file tree
Hide file tree
Showing 3 changed files with 1,556 additions and 851 deletions.
1 change: 1 addition & 0 deletions build/tasks/minify.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export async function minify( { dir, filename, version } ) {
[ filename ]: contents
},
{
ie: true,
compress: {
hoist_funs: false,
loops: false
Expand Down
Loading

0 comments on commit 272fb66

Please # to comment.