1
0

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:
renovate
2021-08-09 11:46:13 +00:00
committed by konrad
parent 28d9f89a4d
commit 24d5446ce5
3 changed files with 7 additions and 7 deletions

View File

@ -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)