Skip to content

Commit d0bce5c

Browse files
Update src/content/docs/workers/wrangler/bundling.mdx
Co-authored-by: lrapoport-cf <[email protected]>
1 parent ade2356 commit d0bce5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/wrangler/bundling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ By default, Wrangler bundles your Worker code using [`esbuild`](https://esbuild.
1010
<details>
1111
<summary>`esbuild` version</summary>
1212

13-
Wrangler uses `esbuild` v0.24. We periodically update the `esbuild` version included with Wrangler, and since `esbuild` is a pre-1.0.0 tool, this may sometimes include breaking changes to how bundling works. In particular, we may bump the `esbuild` version in a Wrangler minor version.
13+
Wrangler uses `esbuild`. We periodically update the `esbuild` version included with Wrangler, and since `esbuild` is a pre-1.0.0 tool, this may sometimes include breaking changes to how bundling works. In particular, we may bump the `esbuild` version in a Wrangler minor version.
1414

1515
</details>
1616

0 commit comments

Comments
 (0)