|  | @@ -67,7 +67,7 @@ if (!self.define) {
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  |    };
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -define(['./workbox-5357ef54'], (function (workbox) { 'use strict';
 | 
	
		
			
				|  |  | +define(['./workbox-87348480'], (function (workbox) { 'use strict';
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    self.skipWaiting();
 | 
	
		
			
				|  |  |    workbox.clientsClaim();
 | 
	
	
		
			
				|  | @@ -78,12 +78,19 @@ define(['./workbox-5357ef54'], (function (workbox) { 'use strict';
 | 
	
		
			
				|  |  |     * See https://goo.gl/S9QRab
 | 
	
		
			
				|  |  |     */
 | 
	
		
			
				|  |  |    workbox.precacheAndRoute([{
 | 
	
		
			
				|  |  | +    "url": "registerSW.js",
 | 
	
		
			
				|  |  | +    "revision": "3ca0b8505b4bec776b69afdba2768812"
 | 
	
		
			
				|  |  | +  }, {
 | 
	
		
			
				|  |  |      "url": "index.html",
 | 
	
		
			
				|  |  | -    "revision": "0.aoqftf5ma6g"
 | 
	
		
			
				|  |  | +    "revision": "0.9ceom85f6h8"
 | 
	
		
			
				|  |  |    }], {});
 | 
	
		
			
				|  |  |    workbox.cleanupOutdatedCaches();
 | 
	
		
			
				|  |  |    workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
 | 
	
		
			
				|  |  |      allowlist: [/^\/$/]
 | 
	
		
			
				|  |  |    }));
 | 
	
		
			
				|  |  | +  workbox.registerRoute(/(.*?)\.(js|css|ts|html)/, new workbox.NetworkOnly({
 | 
	
		
			
				|  |  | +    "cacheName": "js-css-cache",
 | 
	
		
			
				|  |  | +    plugins: []
 | 
	
		
			
				|  |  | +  }), 'GET');
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  }));
 |