Skip to content

Commit

Permalink
refactor(service-worker): update config to only cache assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuher committed Jan 5, 2025
1 parent e98b809 commit 8ed0f6f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ngsw-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html",
"assetGroups": [
{
"name": "app",
"installMode": "prefetch",
"resources": {
"files": ["/favicon.ico", "/index.csr.html", "/index.html", "/manifest.webmanifest", "/*.css", "/*.js"]
}
},
{
"name": "assets",
"installMode": "lazy",
Expand Down

0 comments on commit 8ed0f6f

Please sign in to comment.