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