Skip to content

Commit

Permalink
bump workbox-cdn version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Maslov committed Oct 13, 2023
1 parent 07c68a1 commit ea02344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sw-custom.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if ("function" === typeof importScripts) {
importScripts("https://storage.googleapis.com/workbox-cdn/releases/6.2.2/workbox-sw.js");
importScripts("https://storage.googleapis.com/workbox-cdn/releases/6.5.4/workbox-sw.js");
if (workbox) {
workbox.setConfig({debug: false});
self.addEventListener("install", event => {
Expand Down

0 comments on commit ea02344

Please sign in to comment.