Guest User

Untitled

a guest
Feb 12th, 2019
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {
  2. "index": "/index.html",
  3. "assetGroups": [
  4. {
  5. "name": "app",
  6. "installMode": "prefetch",
  7. "resources": {
  8. "files": [
  9. "/favicon.ico",
  10. "/index.html",
  11. "/*.css",
  12. "/*.js"
  13. ]
  14. }
  15. }, {
  16. "name": "assets",
  17. "installMode": "lazy",
  18. "updateMode": "prefetch",
  19. "resources": {
  20. "files": [
  21. "/assets/**"
  22. ]
  23. }
  24. }
  25. ]
  26. }
Add Comment
Please, Sign In to add comment