diff --git a/platform-includes/sourcemaps/overview/javascript.mdx b/platform-includes/sourcemaps/overview/javascript.mdx index 080ff4586abb21..18e4efe7520daa 100644 --- a/platform-includes/sourcemaps/overview/javascript.mdx +++ b/platform-includes/sourcemaps/overview/javascript.mdx @@ -31,6 +31,18 @@ If you used Create React App to set up your React application see our Vite - esbuild + + Select the bundler that corresponds to your framework. If you're unsure which bundler your framework uses, check your project's `package.json`, build configuration files, or the framework's documentation. + + + + + When deploying to Cloudflare Pages, select the bundler that matches your framework as noted above. + + When deploying to Cloudflare Workers, select `esbuild` as this is the [bundler used by Wrangler](https://developers.cloudflare.com/workers/wrangler/bundling/), Cloudflare's official CLI tool for Workers. + + + ### Guides for Source Maps -