feat: optimize Dockerfiles for dependency installation and update ngsw-config.json to remove unused data groups
This commit is contained in:
+1
-16
@@ -41,22 +41,7 @@
|
||||
"updateMode": "prefetch"
|
||||
}
|
||||
],
|
||||
"dataGroups": [
|
||||
{
|
||||
"cacheConfig": {
|
||||
"maxAge": "1h",
|
||||
"maxSize": 100,
|
||||
"strategy": "freshness",
|
||||
"timeout": "10s"
|
||||
},
|
||||
"name": "api-fresh",
|
||||
"urls": [
|
||||
"/api/**",
|
||||
"https://*/api/**",
|
||||
"http://*/api/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dataGroups": [],
|
||||
"index": "/index.html",
|
||||
"navigationUrls": [
|
||||
"/**",
|
||||
|
||||
Reference in New Issue
Block a user