Skip to content

Commit

Permalink
chore: unbundle vite/module-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 27, 2024
1 parent 60fda51 commit 60d6706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workerd/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default [
entry: ["src/worker.ts"],
format: ["esm"],
platform: "browser",
noExternal: [/.*/],
external: ['cloudflare:workers']
}),
defineConfig({
entry: ["src/index.ts"],
Expand Down

0 comments on commit 60d6706

Please sign in to comment.