ServiceWorker: autoupdate every 1 hour

This commit is contained in:
Alex Gleason 2022-06-28 15:04:38 -05:00
parent 7636f8294f
commit 5864b5a983
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ module.exports = merge(sharedConfig, {
logLevel: 'silent', logLevel: 'silent',
}), }),
new OfflinePlugin({ new OfflinePlugin({
autoUpdate: true,
caches: { caches: {
main: [':rest:'], main: [':rest:'],
additional: [ additional: [