Skip to content

Instantly share code, notes, and snippets.

@principalweb
Created February 8, 2019 16:18
Show Gist options
  • Save principalweb/9a7f4bebcfe1baf6013448f1f6ac03cc to your computer and use it in GitHub Desktop.
Save principalweb/9a7f4bebcfe1baf6013448f1f6ac03cc to your computer and use it in GitHub Desktop.
{
"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