chore: remove afterRegistration logging
This commit is contained in:
parent
85174feca2
commit
8cc7a64338
1 changed files with 0 additions and 6 deletions
|
@ -23,12 +23,6 @@ export default defineConfig({
|
||||||
logAssets: true,
|
logAssets: true,
|
||||||
esbuild: {
|
esbuild: {
|
||||||
minify: true,
|
minify: true,
|
||||||
},
|
|
||||||
registrationHooks: {
|
|
||||||
afterRegistration: async () => {
|
|
||||||
const registeredServiceWorkers = await navigator.serviceWorker.getRegistrations();
|
|
||||||
console.log('Registered SWs', registeredServiceWorkers);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue