Add async_hooks to Webpack config externals

Should fix issue for develop CD when building on Windows
This commit is contained in:
Michael Telatynski 2026-02-17 12:06:31 +00:00 committed by GitHub
parent b933d16e5f
commit a3b9a3aec1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/"),