mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-03 12:31:27 +01:00
Add stream to Webpack config externals
Should fix issue for develop CD when building on Windows Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
a3b9a3aec1
commit
d6484a28c8
@ -261,6 +261,7 @@ export default (env: string, argv: Record<string, any>): webpack.Configuration =
|
||||
"tls": false,
|
||||
"crypto": false,
|
||||
"async_hooks": false,
|
||||
"stream": false,
|
||||
|
||||
// Polyfill needed by counterpart
|
||||
"util": import.meta.resolve("util/"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user