Skip to content

Instantly share code, notes, and snippets.

@lacolaco
Created November 7, 2017 16:30
Show Gist options
  • Save lacolaco/1bff46d0c470d9a3822d42131b5c9a3f to your computer and use it in GitHub Desktop.
Save lacolaco/1bff46d0c470d9a3822d42131b5c9a3f to your computer and use it in GitHub Desktop.
{
"index": "/index.html",
"assetGroups": [
{
"name": "app",
"installMode": "prefetch",
"resources": {
"files": ["/favicon.ico", "/index.html"],
"versionedFiles": ["/*.bundle.css", "/*.bundle.js", "/*.chunk.js"]
}
},
{
"name": "font",
"resources": {
"urls": ["https://fonts.googleapis.com/**"]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment