tests on service worker

This commit is contained in:
Alberto Xamin 2021-06-07 18:40:05 +02:00
parent ae6b6fbae4
commit b7096d8646
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -7,12 +7,17 @@ module.exports = {
appleMobileWebAppCache: "yes",
manifestOptions: {
display: 'standalone',
},
workboxPluginMode: 'InjectManifest',
workboxOptions: {
swSrc: 'src/registerServiceWorker.js'
}
},
configureWebpack: {
plugins: [new GenerateSW({
clientsClaim: true,
skipWaiting: true,
cleanupOutdatedCaches: true,
navigateFallback: 'index.html',
})],
output: {