fix: skip waiting on caches on sw
This commit is contained in:
parent
3e4cff299e
commit
7f970ff899
@ -11,8 +11,8 @@ self.addEventListener('install', function (e) {
|
|||||||
'/index.html',
|
'/index.html',
|
||||||
'/'
|
'/'
|
||||||
]);
|
]);
|
||||||
})
|
}).then(() => e.skipWaiting())
|
||||||
).then(() => e.skipWaiting());
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
self.addEventListener('activate', function (e) {
|
self.addEventListener('activate', function (e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user