This commit is contained in:
186526 2021-09-29 19:50:17 +08:00
parent 98fcba8aa3
commit e2b2892731
Signed by untrusted user: 186526
GPG Key ID: C7EB1E6B8CC5E51D
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const { CacheFirst, NetworkFirst, NetworkOnly,StaleWhileRevalidate } = strategie
const { ExpirationPlugin } = expiration;
const { CacheableResponsePlugin } = cacheableResponse;
const cacheSuffixVersion = '-210703b',
const cacheSuffixVersion = '-210929a',
// precacheCacheName = core.cacheNames.precache,
// runtimeCacheName = core.cacheNames.runtime,
maxEntries = 100;