Skip to content

Commit 272fb66

Browse files
authored
Build: upgrade dependencies, including [email protected]
- 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
1 parent b9d7458 commit 272fb66

File tree

3 files changed

+1556
-851
lines changed

3 files changed

+1556
-851
lines changed

build/tasks/minify.js

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export async function minify( { dir, filename, version } ) {
3232
[ filename ]: contents
3333
},
3434
{
35+
ie: true,
3536
compress: {
3637
hoist_funs: false,
3738
loops: false

0 commit comments

Comments
 (0)