Created
October 12, 2018 12:07
-
-
Save whisher/8ebb60c4c76549d402581f9c5fd37ca2 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/**" | |
] | |
} | |
}, { | |
"name": "externals", | |
"installMode": "prefetch", | |
"updateMode": "prefetch", | |
"resources": { | |
"urls": [ | |
"https://ajax.googleapis.com/**", | |
"https://fonts.googleapis.com/**", | |
"https://fonts.gstatic.com/**", | |
"https://blogial-server.herokuapp.com/images/**" | |
] | |
} | |
}], | |
"dataGroups": [{ | |
"name": "rest-api", | |
"urls": [ | |
"https://blogial-server.herokuapp.com/api/**" | |
], | |
"cacheConfig": { | |
"strategy": "freshness", | |
"maxSize": 100, | |
"maxAge": "1h", | |
"timeout": "5s" | |
} | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment