Conversation
🦋 Changeset detectedLatest commit: ef02bad The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Codeowners approval required for this PR:
Show detailed file reviewers
|
|
✅ All changesets look good |
|
The review is complete. Let me analyze the changes:
The fix is correct and minimal:
LGTM |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
cbfae6c to
ef02bad
Compare
Fixes #12995.
Wrangler's shared esbuild config targeted
es2024without enabling source phase import syntax, which causedimport sourceWasm imports to fail before Wrangler could preserve them in deploy output.This enables esbuild's
import-sourcesyntax support in Wrangler's shared build options so source phase Wasm imports work in both bundled and--no-bundledeploy paths. It also adds regression coverage for worker format detection,wrangler deploy --no-bundle --dry-run, and bundled deploy output written via--outdirand--outfile.A small sea otter successfully carrying a very important pebble.