Software Engineering

Workers - Wrangler config is optional when using Vite plugin

Cloudflare Developer Platform Changelog · 2025-12-08

When using the Cloudflare Vite plugin to build and deploy Workers, a Wrangler configuration file is now optional for assets-only (static) sites. If no wrangler.toml , wrangler.json , or wrangler.jsonc file is found, the plugin generates sensible defaults for an assets-only site. The name is based on the package.json...

Feedback