chore: update workbox version
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2022-02-24 08:41:56 +01:00
parent d84d1c56a8
commit 02f9184b4b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* eslint-disable no-console */
/* eslint-disable no-undef */
const workboxVersion = 'v6.4.2'
const workboxVersion = 'v6.5.0'
importScripts( `/workbox-${workboxVersion}/workbox-sw.js`)
workbox.setConfig({
modulePathPrefix: `/workbox-${workboxVersion}`,