chore: pwa auto update

Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
Corentin Thomasset
2020-07-08 13:35:24 +02:00
parent f02a816eaa
commit 66c569f886
3 changed files with 9 additions and 1 deletions

View File

@@ -19,5 +19,11 @@ module.exports = {
})
]
}
},
pwa: {
workboxOptions: {
skipWaiting: true,
clientsClaim: true,
}
}
}