aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/ngsw-config.json
blob: 25f0996545963c76005b74b39f75705b2224b7f2 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                
                                              

















                                 
{
  "index": "/index.html",
  "assetGroups": [
    {
      "name": "app",
      "installMode": "prefetch",
      "resources": {
        "files": [
          "/index.html",
          "/client/assets/images/favicon.png",
          "/client/*.bundle.css",
          "/client/*.bundle.js",
          "/client/*.chunk.js"
        ]
      }
    },
    {
      "name": "assets",
      "installMode": "lazy",
      "updateMode": "prefetch",
      "resources": {
        "files": [
          "/client/assets/**"
        ]
      }
    }
  ]
}