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
It took me a while to figure out how to disable this. I had to do a search for 'WorkBox' from all the stupid console messages I got when debugging. I had to read through several pages with invalid information on how to disable these in dev mode and couldn't find anywhere in my project where I'd have a service worker created. Finally I found that I could disable it in svelte.config.js setting config.kit.ServiceWorker.register to false
Describe the proposed solution
Set the default to false for this.
Importance
nice to have
The text was updated successfully, but these errors were encountered:
Describe the problem
It took me a while to figure out how to disable this. I had to do a search for 'WorkBox' from all the stupid console messages I got when debugging. I had to read through several pages with invalid information on how to disable these in dev mode and couldn't find anywhere in my project where I'd have a service worker created. Finally I found that I could disable it in
svelte.config.js
setting config.kit.ServiceWorker.register to falseDescribe the proposed solution
Set the default to false for this.
Importance
nice to have
The text was updated successfully, but these errors were encountered: