Caching service workera

This commit is contained in:
2022-07-14 17:50:17 +02:00
parent 4ca1c7bb9c
commit 55c64d5f0a
2 changed files with 15 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
pwa: {
workboxOptions: {
skipWaiting: true,
clientsClaim: true,
},
},
};