Update service-worker.js

This commit is contained in:
Arhey 2022-05-03 14:21:53 +03:00
parent dc2691f32e
commit 5c1ab337f6

View file

@ -4,7 +4,6 @@ const ASSETS = `cache_${version}`
const to_cache = build.concat(files)
const staticAssets = new Set(to_cache)
console.log(ASSETS, staticAssets)
self.addEventListener('install', event => {
event.waitUntil(