Stub out crypto imports in node (#23506)
parent
322745464c
commit
5d9eee8e4b
|
@ -123,6 +123,7 @@ module.exports = (env, argv) => {
|
|||
fs: 'empty',
|
||||
net: 'empty',
|
||||
tls: 'empty',
|
||||
crypto: 'empty',
|
||||
},
|
||||
|
||||
entry: {
|
||||
|
|
Loading…
Reference in New Issue