github cloudflare/workers-sdk @cloudflare/vite-plugin@0.1.16

latest releases: wrangler@4.7.1, @cloudflare/vitest-pool-workers@0.8.10, miniflare@4.20250321.2...
9 days ago

Patch Changes

  • #8432 d611caf Thanks @GregBrimble! - Experimental: add support for Workers Assets metafiles (_headers and _redirects) in vite dev.

    Experimental feature: This feature is being made available behind an experimental option (headersAndRedirectsDevModeSupport) in the cloudflare plugin configuration. It could change or be removed at any time.

    cloudflare({
    	// ...
    	experimental: { headersAndRedirectsDevModeSupport: true },
    }),

    Currently, in this experimental mode, requests that would result in an HTML response or a 404 response will take into account the _headers and _redirects settings.

    Known limitation: requests for existing static assets will be served directly by Vite without considering the _headers or _redirects settings.

    Production deployments or using vite preview already accurately supports the _headers and _footers features. The recommendation is to use vite preview for local testing of these settings.

  • Updated dependencies [7682675, 9c844f7, d8c0495, 29cb306, e4b76e8]:

    • miniflare@4.20250321.0
    • wrangler@4.4.1
    • @cloudflare/unenv-preset@2.3.1

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.