Skip to content

Commit

Permalink
Stub out crypto imports in node (#23506)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Oct 17, 2022
1 parent 3227454 commit 5d9eee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ module.exports = (env, argv) => {
fs: 'empty',
net: 'empty',
tls: 'empty',
crypto: 'empty',
},

entry: {
Expand Down

0 comments on commit 5d9eee8

Please sign in to comment.