This commit is contained in:
Mohit Nagar
2020-04-28 04:02:28 +05:30
parent dcbd446c41
commit ab2245bb88
36 changed files with 130 additions and 130 deletions

View File

@@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
importScripts(
"/eComDemo/precache-manifest.219cf52203060faf0ffb6a0bfd96b97b.js"
"/eComDemo/precache-manifest.d14924d112c941ab5b3e98064d2f5bce.js"
);
self.addEventListener('message', (event) => {
@@ -35,5 +35,5 @@ workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/eComDemo/index.html"), {
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
blacklist: [/^\/_/,/\/[^\/?]+\.[^\/]+$/],
});