Update dependency vite-plugin-pwa to v0.10.0 (#644)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/644 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
/* eslint-disable no-console */
|
||||
/* eslint-disable no-undef */
|
||||
|
||||
importScripts( '/workbox-v6.1.5/workbox-sw.js')
|
||||
workbox.setConfig({modulePathPrefix: '/workbox-v6.1.5'})
|
||||
importScripts( '/workbox-v6.2.2/workbox-sw.js')
|
||||
workbox.setConfig({modulePathPrefix: '/workbox-v6.2.2'})
|
||||
|
||||
import { precacheAndRoute } from 'workbox-precaching'
|
||||
precacheAndRoute(self.__WB_MANIFEST)
|
||||
|
Reference in New Issue
Block a user