2018-02-08 10:31:05 -06:00
|
|
|
{
|
|
|
|
"index": "/index.html",
|
|
|
|
"assetGroups": [
|
|
|
|
{
|
|
|
|
"name": "app",
|
|
|
|
"installMode": "prefetch",
|
|
|
|
"resources": {
|
|
|
|
"files": [
|
|
|
|
"/index.html",
|
2018-05-29 10:16:20 -05:00
|
|
|
"/client/assets/images/favicon.png",
|
2018-02-08 10:31:05 -06:00
|
|
|
"/client/*.bundle.css",
|
|
|
|
"/client/*.bundle.js",
|
2020-02-07 03:00:34 -06:00
|
|
|
"/client/*.chunk.js",
|
|
|
|
"/manifest.webmanifest"
|
2018-02-08 10:31:05 -06:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "assets",
|
|
|
|
"installMode": "lazy",
|
|
|
|
"updateMode": "prefetch",
|
|
|
|
"resources": {
|
|
|
|
"files": [
|
|
|
|
"/client/assets/**"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|