|
|
@@ -67,13 +67,14 @@ if (!self.define) {
|
|
|
});
|
|
|
};
|
|
|
}
|
|
|
-define(['./workbox-16108a29'], (function (workbox) { 'use strict';
|
|
|
+define(['./workbox-5357ef54'], (function (workbox) { 'use strict';
|
|
|
|
|
|
self.addEventListener('message', event => {
|
|
|
if (event.data && event.data.type === 'SKIP_WAITING') {
|
|
|
self.skipWaiting();
|
|
|
}
|
|
|
});
|
|
|
+ workbox.clientsClaim();
|
|
|
|
|
|
/**
|
|
|
* The precacheAndRoute() method efficiently caches and responds to
|
|
|
@@ -85,7 +86,7 @@ define(['./workbox-16108a29'], (function (workbox) { 'use strict';
|
|
|
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
|
|
}, {
|
|
|
"url": "index.html",
|
|
|
- "revision": "0.dtujgcro8to"
|
|
|
+ "revision": "0.sjneatbel78"
|
|
|
}], {});
|
|
|
workbox.cleanupOutdatedCaches();
|
|
|
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|