Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nitedani committed Aug 13, 2024
1 parent e37f2b1 commit 4064805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vike-cloudflare/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ export const pages = (options?: VikeCloudflarePagesOptions): Plugin => {
},
},
resolve: {
conditions: ["edge-light", "worker", "browser", "module", "import", "require"],
// https://github.com/cloudflare/workers-sdk/blob/515de6ab40ed6154a2e6579ff90b14b304809609/packages/wrangler/src/deployment-bundle/bundle.ts#L37
conditions: ["workerd", "worker", "browser", "module", "import", "require"],
},
};
},
Expand Down

0 comments on commit 4064805

Please sign in to comment.