Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Harris committed May 16, 2023
1 parent a718ff7 commit 2bd3d12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/adapter-cloudflare-workers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ export default function ({ config = 'wrangler.toml' } = {}) {
bundle: true,
external: ['__STATIC_CONTENT_MANIFEST'],
format: 'esm',
loader: {
'.wasm': 'copy'
}
loader: {
'.wasm': 'copy'
}
});

builder.log.minor('Copying assets...');
Expand Down

0 comments on commit 2bd3d12

Please sign in to comment.