Created
February 8, 2019 16:18
-
-
Save principalweb/9a7f4bebcfe1baf6013448f1f6ac03cc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"index": "/index.html", | |
"assetGroups": [ | |
{ | |
"name": "app", | |
"installMode": "prefetch", | |
"resources": { | |
"files": [ | |
"/favicon.ico", | |
"/index.html", | |
"/*.css", | |
"/*.js" | |
] | |
} | |
}, { | |
"name": "assets", | |
"installMode": "lazy", | |
"updateMode": "prefetch", | |
"resources": { | |
"files": [ | |
"/assets/**" | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment