You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
559 B

  1. {
  2. "$schema": "./node_modules/@angular/service-worker/config/schema.json",
  3. "index": "/index.html",
  4. "assetGroups": [
  5. {
  6. "name": "app",
  7. "installMode": "prefetch",
  8. "resources": {
  9. "files": [
  10. "/favicon.ico",
  11. "/manifest.webmanifest"
  12. ]
  13. }
  14. },
  15. {
  16. "name": "assets",
  17. "installMode": "lazy",
  18. "updateMode": "prefetch",
  19. "resources": {
  20. "files": [
  21. "/assets/**",
  22. "/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
  23. ]
  24. }
  25. }
  26. ]
  27. }