Stub out crypto imports in node (#23506)

This commit is contained in:
Michael Telatynski 2022-10-17 17:54:56 +01:00 committed by GitHub
parent 322745464c
commit 5d9eee8e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,6 +123,7 @@ module.exports = (env, argv) => {
fs: 'empty',
net: 'empty',
tls: 'empty',
crypto: 'empty',
},
entry: {