Skip to content

Commit

Permalink
test: add fallbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed May 20, 2024
1 parent 20a3631 commit 01c2390
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ module.exports = {
resolve: {
extensions: ['.ts', '.js'],
fallback: {
"querystring": require.resolve("querystring-es3"),
"crypto": require.resolve("crypto-browserify"),
"timers": require.resolve("timers-browserify"),
"util": require.resolve("util/"),
"path": require.resolve("path-browserify"),
"stream": require.resolve("stream-browserify"),
"assert": require.resolve("assert/"),
Expand Down

0 comments on commit 01c2390

Please sign in to comment.