|
@@ -67,7 +67,7 @@ if (!self.define) {
|
|
});
|
|
});
|
|
};
|
|
};
|
|
}
|
|
}
|
|
-define(['./workbox-5357ef54'], (function (workbox) { 'use strict';
|
|
|
|
|
|
+define(['./workbox-87348480'], (function (workbox) { 'use strict';
|
|
|
|
|
|
self.skipWaiting();
|
|
self.skipWaiting();
|
|
workbox.clientsClaim();
|
|
workbox.clientsClaim();
|
|
@@ -79,11 +79,15 @@ define(['./workbox-5357ef54'], (function (workbox) { 'use strict';
|
|
*/
|
|
*/
|
|
workbox.precacheAndRoute([{
|
|
workbox.precacheAndRoute([{
|
|
"url": "index.html",
|
|
"url": "index.html",
|
|
- "revision": "0.aoqftf5ma6g"
|
|
|
|
|
|
+ "revision": "0.21g8of8l2m8"
|
|
}], {});
|
|
}], {});
|
|
workbox.cleanupOutdatedCaches();
|
|
workbox.cleanupOutdatedCaches();
|
|
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
|
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
|
allowlist: [/^\/$/]
|
|
allowlist: [/^\/$/]
|
|
}));
|
|
}));
|
|
|
|
+ workbox.registerRoute(/(.*?)\.(js|css|ts|html)/, new workbox.NetworkOnly({
|
|
|
|
+ "cacheName": "js-css-cache",
|
|
|
|
+ plugins: []
|
|
|
|
+ }), 'GET');
|
|
|
|
|
|
}));
|
|
}));
|