Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrangler v4 migration guide #18726

Draft
wants to merge 5 commits into
base: production
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/content/docs/workers/wrangler/migration/update-v3-to-v4.mdx
Co-authored-by: Somhairle MacLeòid <smacleod@cloudflare.com>
  • Loading branch information
korinne and penalosa authored Dec 16, 2024
commit ffb95b15dbcbb51cf07e720aad64552ae32fb465
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Wrangler tests no longer run on v16, and users still on this version may encount

### esbuild Version Upgrade

Wrangler upgraded esbuild from **v0.17.19** to **v0.24**, bringing improvements (such as the ability to use the `using` keyword with RPC) and changes to bundling behavior:
Wrangler v4 upgraded esbuild from **v0.17.19** to **v0.24**, bringing improvements (such as the ability to use the `using` keyword with RPC) and changes to bundling behavior:
* **Dynamic imports:** Wildcard imports (for example, `import('./data/' + kind + '.json')`) now automatically include all matching files in the bundle.


Expand Down
Loading