We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ccafc6 commit 7e278f0Copy full SHA for 7e278f0
packages/workbox/lib/defaults.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
// General
3
- workboxVersion: '4.0.0-rc.0',
+ workboxVersion: '4.0.0-rc.2',
4
workboxURL: undefined,
5
importScripts: [],
6
autoRegister: true,
test/__snapshots__/pwa.test.js.snap
@@ -53,7 +53,7 @@ Array [
53
`;
54
55
exports[`pwa sw.js 1`] = `
56
-"importScripts('https://cdn.jsdelivr.net/npm/workbox-cdn@4.0.0-rc.0/workbox/workbox-sw.js', 'custom-sw.js')
+"importScripts('https://cdn.jsdelivr.net/npm/workbox-cdn@4.0.0-rc.2/workbox/workbox-sw.js', 'custom-sw.js')
57
58
// --------------------------------------------------
59
// Configure
0 commit comments