Merge pull request #210 from GRA0007/dev
Hotfix: SW clean outdated caches
This commit is contained in:
commit
ad7ed38627
|
|
@ -2,12 +2,13 @@
|
||||||
|
|
||||||
import { clientsClaim, skipWaiting } from 'workbox-core'
|
import { clientsClaim, skipWaiting } from 'workbox-core'
|
||||||
import { ExpirationPlugin } from 'workbox-expiration'
|
import { ExpirationPlugin } from 'workbox-expiration'
|
||||||
import { precacheAndRoute, createHandlerBoundToURL } from 'workbox-precaching'
|
import { precacheAndRoute, createHandlerBoundToURL, cleanupOutdatedCaches } from 'workbox-precaching'
|
||||||
import { registerRoute } from 'workbox-routing'
|
import { registerRoute } from 'workbox-routing'
|
||||||
import { StaleWhileRevalidate, NetworkFirst } from 'workbox-strategies'
|
import { StaleWhileRevalidate, NetworkFirst } from 'workbox-strategies'
|
||||||
|
|
||||||
skipWaiting()
|
skipWaiting()
|
||||||
clientsClaim()
|
clientsClaim()
|
||||||
|
cleanupOutdatedCaches()
|
||||||
|
|
||||||
// Injection point
|
// Injection point
|
||||||
precacheAndRoute(self.__WB_MANIFEST)
|
precacheAndRoute(self.__WB_MANIFEST)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue