diff --git a/webpack.config.ts b/webpack.config.ts index 6a1abfc8cf..bb0b0683dc 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -260,6 +260,7 @@ export default (env: string, argv: Record): webpack.Configuration = "net": false, "tls": false, "crypto": false, + "async_hooks": false, // Polyfill needed by counterpart "util": import.meta.resolve("util/"),