1
0

fix(service worker): use correct workbox version

Resolves https://github.com/go-vikunja/vikunja/issues/322

(cherry picked from commit 165ee9e7f31893726f8a0f0bd22be0e035277e49)
This commit is contained in:
kolaente 2024-09-02 23:40:17 +02:00
parent a462697b30
commit 800f4545c1
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -6,7 +6,7 @@ import {getFullBaseUrl} from './helpers/getFullBaseUrl'
declare let self: ServiceWorkerGlobalScope
const fullBaseUrl = getFullBaseUrl()
const workboxVersion = 'v7.0.0'
const workboxVersion = 'v7.1.0'
importScripts(`${fullBaseUrl}workbox-${workboxVersion}/workbox-sw.js`)
workbox.setConfig({