From a5faaf200952e0a19747ed9366367bee5167dda6 Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Sun, 15 Jul 2018 12:37:57 -0400 Subject: [PATCH] Removed worker cache in lou of firebase persistance --- ngsw-config.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ngsw-config.json b/ngsw-config.json index d13c2db..7b943f2 100644 --- a/ngsw-config.json +++ b/ngsw-config.json @@ -28,15 +28,5 @@ ] } } - ], - "dataGroups": [ - { - "name": "firestore", - "urls": ["https://firestore.googleapis.com/**"], - "cacheConfig": { - "maxAge": "1d", - "strategy": "performance" - } - } ] }