Created
November 7, 2017 16:30
-
-
Save lacolaco/1bff46d0c470d9a3822d42131b5c9a3f 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"], | |
"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