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

This commit is contained in:
kolaente 2022-03-04 15:07:49 +01:00
parent cd22edc0a3
commit 3f1441db35
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.5.0'
const workboxVersion = 'v6.5.1'
importScripts( `/workbox-${workboxVersion}/workbox-sw.js`)
workbox.setConfig({
modulePathPrefix: `/workbox-${workboxVersion}`,