Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Dec 11, 2024
1 parent f36d456 commit 9e31d82
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webworker/webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,10 @@ module.exports = {
"stream": require.resolve("stream-browserify"),
"url": require.resolve("./module-empty.cjs")
}
}
},
"ignoreWarnings": [
{
"message": /dependencies cannot be statically extracted/u
}
]
};

0 comments on commit 9e31d82

Please sign in to comment.