map-alliance/ngsw-config.json
2019-07-22 13:26:35 -04:00

37 lines
750 B
JSON

{
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html",
"assetGroups": [
{
"name": "app",
"installMode": "prefetch",
"resources": {
"files": [
"/favicon.ico",
"/index.html",
"/*.css",
"/*.js"
]
}
}, {
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch",
"resources": {
"files": [
"/assets/**",
"/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
]
}
}, {
"name": "maps",
"installMode": "lazy",
"resources": {
"urls": [
"https://maps.googleapis.com/maps/**"
]
}
}
]
}