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:
@@ -261,6 +261,7 @@ export default (env: string, argv: Record<string, any>): webpack.Configuration =
|
|||||||
"tls": false,
|
"tls": false,
|
||||||
"crypto": false,
|
"crypto": false,
|
||||||
"async_hooks": false,
|
"async_hooks": false,
|
||||||
|
"stream": 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