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