This commit is contained in:
thuhole
2020-06-20 12:37:58 +08:00
parent d16285d8c8
commit 31b051f7d6

View File

@@ -54,7 +54,9 @@ export default function register() {
function registerValidSW(swUrl) { function registerValidSW(swUrl) {
navigator.serviceWorker navigator.serviceWorker
.register(swUrl) .register(swUrl, {
scope: '/static/'
})
.then(registration => { .then(registration => {
registration.onupdatefound = () => { registration.onupdatefound = () => {
const installingWorker = registration.installing; const installingWorker = registration.installing;