Jul 10, 2017 · 1 min read
Hmm is this when you’re running it locally? If so, check that your webpack dev server is serving up your asset manifest. If this is after deploying it via Firebase, check that Firebase is deploying your dist folder correctly.
Lastly, I’d check that the path to the asset-manifest is correct in the service worker.
Hope this helps.
