Skip to content

Commit 0ca2569

Browse files
authored
Update index.js
1 parent 6b3c109 commit 0ca2569

File tree

1 file changed

+1
-1
lines changed
  • packages/adapter-cloudflare-workers

1 file changed

+1
-1
lines changed

packages/adapter-cloudflare-workers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function ({ config = 'wrangler.toml' } = {}) {
6262
entryPoints: [`${tmp}/entry.js`],
6363
outfile: main,
6464
bundle: true,
65-
external: ['__STATIC_CONTENT_MANIFEST', 'cloudflare:email'],
65+
external: ['__STATIC_CONTENT_MANIFEST', 'cloudflare:*'],
6666
format: 'esm',
6767
loader: {
6868
'.wasm': 'copy'

0 commit comments

Comments
 (0)