Skip to content

Commit 0aeacb6

Browse files
committed
Update bundle.mjs file
1 parent 3f003d7 commit 0aeacb6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/vitest-pool-workers/scripts/bundle.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ const commonOptions = {
8585
platform: "node",
8686
target: "esnext",
8787
bundle: true,
88-
//packages: "external",
89-
//external: ["cloudflare:*"],
9088
external: [
9189
// Node.js built-ins (handled automatically by esbuild but listed for completeness)
9290
"node:*",
@@ -132,7 +130,6 @@ const esmOptions = {
132130
path.join(pkgRoot, "src", "worker", "index.ts"),
133131
...libPaths.filter((libPath) => /\.m?ts$/.test(libPath)),
134132
],
135-
external: [...commonOptions.external],
136133
};
137134

138135
const cjsOptions = {

0 commit comments

Comments
 (0)