Skip to content

Commit

Permalink
chore(cloudflare): revert #183 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
jculvey authored May 22, 2024
1 parent ef22161 commit 3676bf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/presets/cloudflare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const cloudflarePreset: Preset = {
"node:assert/strict": "node:assert",
},
inject: {},
polyfill: ["unenv/runtime/polyfill/cloudflare"],
polyfill: [],
external: cloudflareNodeCompatModules.map((p) => `node:${p}`),
};

Expand Down
2 changes: 0 additions & 2 deletions src/runtime/polyfill/cloudflare.ts

This file was deleted.

0 comments on commit 3676bf1

Please sign in to comment.