This commit is contained in:
186526 2021-06-05 00:55:05 +08:00
parent e4a7369412
commit c716a98226
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 } = strategies;
const { ExpirationPlugin } = expiration;
const { CacheableResponsePlugin } = cacheableResponse;
const cacheSuffixVersion = '-210604a',
const cacheSuffixVersion = '-210605b',
// precacheCacheName = core.cacheNames.precache,
// runtimeCacheName = core.cacheNames.runtime,
maxEntries = 100;