On Cloudflare, wrangler.json can contain a no_bundle flag, which bypasses bundling. This is useful when consumers are using Vite environment, which pre-bundles the worker and wrangler can break the output.
Since it's an easy setting to copy, leaving a feature request here.
On Cloudflare, wrangler.json can contain a
no_bundleflag, which bypasses bundling. This is useful when consumers are using Vite environment, which pre-bundles the worker and wrangler can break the output.Since it's an easy setting to copy, leaving a feature request here.