Skip to content

Commit 0a362b4

Browse files
Update src/content/docs/workers/wrangler/bundling.mdx
Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent e0229e1 commit 0a362b4

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
@@ -11,7 +11,7 @@ By default, Wrangler bundles your Worker code using [`esbuild`](https://esbuild.
1111

1212
Wrangler's inbuilt bundling usually provides the best experience, but we understand there are cases where you will need more flexibility.
1313
You can provide `rules` and set `find_additional_modules` in your configuration to control which files are included in the deployed Worker but not bundled into the entry-point file.
14-
Furthermore, we have an escape hatch in the form of [Custom Builds](/workers/wrangler/custom-builds/), which lets you run your own build before Wrangler's built-in one.
14+
If you need more control, you can use [Custom Builds](/workers/wrangler/custom-builds/), which lets you configure your own build command that runs before Wrangler's built-in one.
1515
:::
1616

1717
## Including non-JavaScript modules

0 commit comments

Comments
 (0)