Skip to content

@sveltejs/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 12:50
· 3379 commits to main since this release
68eb61c

Patch Changes

  • [Breaking] refactor implementation from "Service Worker" pattern to "Module Worker" used in adapter-cloudflare (#4276)

    add the following to your wrangler.toml

    		[build.upload]
    		format = "modules"
    		main = "./worker.mjs"