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 has been archived by the owner on Feb 24, 2021. It is now read-only.
We didn't really need to have the entire app load at the start. We would ideally want to lazy-load paths, but due to the way either:
service-worker.js
served fileswe weren't seeing them appear in the PWA.
My guess is that it's closer to 1; while serving in dev mode, Webpack was easily able to bundle and serve the files normally.
The text was updated successfully, but these errors were encountered: