yarn 2, package upgrade

This commit is contained in:
2022-04-26 11:14:37 +02:00
parent fd613e5a7d
commit 09a7688e29
9 changed files with 12393 additions and 7640 deletions

View File

@@ -1,9 +1,5 @@
const cacheName = "site-cache-v1"
const assetsToCache = [
"/",
"/_dist_/index.mjs.css?t=__TIMESTAMP__",
"/_dist_/index.mjs?t=__TIMESTAMP__",
]
const assetsToCache = ["/", "/_dist_/index.css?t=__TIMESTAMP__", "/_dist_/index.mjs?t=__TIMESTAMP__"]
self.addEventListener("install", (event) => {
self.skipWaiting() // skip waiting
event.waitUntil(