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 Oct 12, 2021. It is now read-only.
After cleaning cookies (simulating first loading of app with ServiceWorkers) my app loads all files from assets in chain mode one after another. There is no such problem when I turn off service workers.
I'm having similar issue with Angular Cli
"serviceWorker": true,
The build is including all static assets which are all being download on initial load. Is there a way to avoid them to be included in the build or some way to include only a subset similar to "match": "prefix" for static assets.
I'm also struggling with applying service worker and other pwa features to an individual app in my multi apps cli project. I want to be able to provide unique ngsw-manifect.json for each app.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem:
After cleaning cookies (simulating first loading of app with ServiceWorkers) my app loads all files from assets in chain mode one after another. There is no such problem when I turn off service workers.
Versions:
ngsw-manifest.json
Question:
Is it some bug or specific functionality of ServiceWorkers or some config problem? Can I turn it off?
The text was updated successfully, but these errors were encountered: