1
0

Update workbox monorepo to v6.2.4 (#649)

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/649
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate
2021-08-11 19:20:38 +00:00
committed by konrad
parent dc04c1b256
commit bf053051f8
3 changed files with 119 additions and 112 deletions

View File

@ -1,8 +1,9 @@
/* eslint-disable no-console */
/* eslint-disable no-undef */
importScripts( '/workbox-v6.2.2/workbox-sw.js')
workbox.setConfig({modulePathPrefix: '/workbox-v6.2.2'})
const workboxVersion = 'v6.2.4'
importScripts( `/workbox-${workboxVersion}/workbox-sw.js`)
workbox.setConfig({modulePathPrefix: `/workbox-${workboxVersion}`})
import { precacheAndRoute } from 'workbox-precaching'
precacheAndRoute(self.__WB_MANIFEST)