Skip to content

Commit

Permalink
Fixed web-worker resolution to 1.2.0 for checking the ESM bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Jan 10, 2024
1 parent 7b41362 commit 34c6f51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/bundle/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"scripts": {
"esm": "node --experimental-specifier-resolution=node --experimental-modules --no-warnings",
"check:import": "yarn esm ./src/check.mjs"
},
"resolutions": {
"web-worker": "1.2.0"
}
}

0 comments on commit 34c6f51

Please sign in to comment.