Add stream to Webpack config externals

Should fix issue for develop CD when building on Windows

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2026-02-17 12:14:00 +00:00
parent a3b9a3aec1
commit d6484a28c8
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -261,6 +261,7 @@ export default (env: string, argv: Record<string, any>): webpack.Configuration =
"tls": false,
"crypto": false,
"async_hooks": false,
"stream": false,
// Polyfill needed by counterpart
"util": import.meta.resolve("util/"),