You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With "@sveltejs/kit": "2.12.1", the service-worker/index.ts file compiled and generated in .svelte-kit/output/client/service-worker.mjs (see "Initial commit") as expected.
Issue:
With "@sveltejs/kit": "2.12.2", and later versions doesn't compile the service-worker/index.ts file and it's missing from the app dir (see "Issue" commit message)
Describe the bug
With
"@sveltejs/kit": "2.12.1"
, theservice-worker/index.ts
file compiled and generated in.svelte-kit/output/client/service-worker.mjs
(see "Initial commit") as expected.Issue:
With
"@sveltejs/kit": "2.12.2"
, and later versions doesn't compile theservice-worker/index.ts
file and it's missing from the app dir (see "Issue" commit message)Reproduction
https://github.com/patoi/issue-sveltekit-service-worker-build
Logs
System Info
Severity
blocking an upgrade
Additional Information
We need to downgrade to SvelteKit 2.12.1
The text was updated successfully, but these errors were encountered: