mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
StaleWhileRevalidate is still there!
This commit is contained in:
parent
53f70e68f7
commit
b2bc596209
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
import { CacheableResponsePlugin } from 'workbox-cacheable-response';
|
||||
import { ExpirationPlugin } from 'workbox-expiration';
|
||||
import { RegExpRoute, registerRoute, Route } from 'workbox-routing';
|
||||
import { CacheFirst, NetworkFirst } from 'workbox-strategies';
|
||||
import {
|
||||
CacheFirst,
|
||||
NetworkFirst,
|
||||
StaleWhileRevalidate,
|
||||
} from 'workbox-strategies';
|
||||
|
||||
self.__WB_DISABLE_DEV_LOGS = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue