* Add "node:stream" to the external dependencies in build.js.

This commit is contained in:
Derrick Hammer 2023-04-09 19:45:45 -04:00
parent 2bed5158fa
commit 31c7605cdd
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ esbuild.buildSync({
global: "self",
},
inject: ["./polyfill.js"],
external: ["node:stream"],
});
esbuild.buildSync({