Add async_hooks to Webpack config externals
Should fix issue for develop CD when building on Windows
This commit is contained in:
@@ -260,6 +260,7 @@ export default (env: string, argv: Record<string, any>): webpack.Configuration =
|
|||||||
"net": false,
|
"net": false,
|
||||||
"tls": false,
|
"tls": false,
|
||||||
"crypto": false,
|
"crypto": false,
|
||||||
|
"async_hooks": false,
|
||||||
|
|
||||||
// Polyfill needed by counterpart
|
// Polyfill needed by counterpart
|
||||||
"util": import.meta.resolve("util/"),
|
"util": import.meta.resolve("util/"),
|
||||||
|
|||||||
Reference in New Issue
Block a user