You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
638 B
31 lines
638 B
2 years ago
|
{
|
||
|
"$schema": "../../node_modules/@angular/service-worker/config/schema.json",
|
||
|
"index": "/index.html",
|
||
|
"assetGroups": [
|
||
|
{
|
||
|
"name": "app",
|
||
|
"installMode": "prefetch",
|
||
|
"resources": {
|
||
|
"files": [
|
||
|
"/favicon.ico",
|
||
|
"/index.html",
|
||
|
"/assets/site.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)"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|