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

This commit is contained in:
kolaente 2022-04-18 18:49:21 +02:00
parent 96e90b8027
commit 663bf29d7e
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.2'
const workboxVersion = 'v6.5.3'
importScripts( `/workbox-${workboxVersion}/workbox-sw.js`)
workbox.setConfig({
modulePathPrefix: `/workbox-${workboxVersion}`,