blob: cafb778da7e323e2b6af934ce2cb2cb2486f06bd (
plain) (
blame)
1
2
3
4
5
6
7
8
|
importScripts(
'https://storage.googleapis.com/workbox-cdn/releases/6.5.4/workbox-sw.js'
);
// This is your Service Worker, you can put any of your custom Service Worker
// code in this file, above the `precacheAndRoute` line.
workbox.precaching.precacheAndRoute(self.__WB_MANIFEST || []);
|