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
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Added this in 0.5 so that sapper export could easily access the service-worker.js file, but it causes problems when deploying to Now because you don't have access to the filesystem.
Will revert that so I can redeploy svelte.technology, but this will mean that sapper export no longer includes the service worker. In other words I'm about to deliberately introduce a bug 🐛
The text was updated successfully, but these errors were encountered:
Could do, but it's not really necessary — I was only doing that because it was an easy way for sapper export to read the service worker. Just need to rejig things a bit so that we can grab it straight from memory
Added this in 0.5 so that
sapper export
could easily access the service-worker.js file, but it causes problems when deploying to Now because you don't have access to the filesystem.Will revert that so I can redeploy svelte.technology, but this will mean that
sapper export
no longer includes the service worker. In other words I'm about to deliberately introduce a bug 🐛The text was updated successfully, but these errors were encountered: