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