@ -14,17 +14,29 @@
"/*.js"
]
}
}, {
},
{
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch",
"resources": {
"files": [
"/assets/**",
"/data/**",
"/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
],
"dataGroups": [
"urls": [
"/data/**/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
"cacheConfig": {
"maxSize": 250,
"maxAge": "7d"
"name": "userDefinedResources"
@ -36,6 +36,6 @@ export class SocialService extends BaseService {
*/
createGroup(name: string) {
const body = SocialService.buildGroupCreateBody(name);
return this.postGraphql(body);
return this.postGraphql(body, null, 0);