Skip to content

Commit

Permalink
fixup! refactor: migrate to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
refi93 committed Oct 4, 2024
1 parent a11a6c3 commit 2e29ccc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack.test.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ module.exports = {
test: /\.wasm$/,
type: 'webassembly/async',
},
{
test: /\.m?js$/,
resolve: {
fullySpecified: false,
},
},
],
},
resolve: {
Expand Down

0 comments on commit 2e29ccc

Please sign in to comment.