Skip to content

Instantly share code, notes, and snippets.

@Akash52
Created May 21, 2023 09:29
Show Gist options
  • Save Akash52/9c2c4da224d261df22b5539e23d9b591 to your computer and use it in GitHub Desktop.
Save Akash52/9c2c4da224d261df22b5539e23d9b591 to your computer and use it in GitHub Desktop.
{
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html",
"assetGroups": [
{
"name": "app",
"installMode": "prefetch",
"resources": {
"files": [
"/favicon.ico",
"/index.html",
"/manifest.webmanifest",
"/*.css",
"/*.js"
]
}
},
{
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch",
"resources": {
"files": [
"/assets/**",
"/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)"
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment