Skip to content
Snippets Groups Projects
ngsw-config.json 768 B
Newer Older
François Grand's avatar
François Grand committed
{
  "$schema": "./node_modules/@angular/service-worker/config/schema.json",
  "index": "/index.html",
  "appData": {
    "version": "4.16.0"
  },
François Grand's avatar
François Grand committed
  "assetGroups": [
    {
      "name": "app",
      "installMode": "prefetch",
      "updateMode": "prefetch",
François Grand's avatar
François Grand committed
      "resources": {
        "files": [
          "/favicon.ico",
          "/index.html",
          "/manifest.webmanifest",
          "/app/**/*.json",
          "/locale/*.json",
          "/*.css",
          "/3rdpartylicenses.txt",
          "/MaterialIcons-Regular.1e50f5c2ffa6aba4.eot",
François Grand's avatar
François Grand committed
          "/assets/**",
          "!/**/*.php",
François Grand's avatar
François Grand committed
          "/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)"
        ]
      }
    }
  ]