Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Lazy-load paths #32

Open
mcab opened this issue May 5, 2019 · 0 comments
Open

Lazy-load paths #32

mcab opened this issue May 5, 2019 · 0 comments

Comments

@mcab
Copy link
Owner

mcab commented May 5, 2019

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:

  1. service-worker.js served files
  2. Webpack bundled those files

we 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant