Skip to content

Commit 70813ef

Browse files
author
pooya parsa
committed
feat(workbox): use workbox 4.0.0-0
1 parent 53780b7 commit 70813ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/workbox/lib/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
// General
3-
workboxVersion: '4.0.0-rc.4',
3+
workboxVersion: '4.0.0-0',
44
workboxURL: undefined,
55
importScripts: [],
66
autoRegister: true,

test/__snapshots__/pwa.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Array [
5353
`;
5454

5555
exports[`pwa sw.js 1`] = `
56-
"importScripts('https://cdn.jsdelivr.net/npm/workbox-cdn@4.0.0-rc.2/workbox/workbox-sw.js', 'custom-sw.js')
56+
"importScripts('https://cdn.jsdelivr.net/npm/workbox-cdn@4.0.0-0/workbox/workbox-sw.js', 'custom-sw.js')
5757
5858
// --------------------------------------------------
5959
// Configure

0 commit comments

Comments
 (0)