ServiceWorker: autoupdate every 1 hour
This commit is contained in:
parent
7636f8294f
commit
5864b5a983
|
@ -29,6 +29,7 @@ module.exports = merge(sharedConfig, {
|
|||
logLevel: 'silent',
|
||||
}),
|
||||
new OfflinePlugin({
|
||||
autoUpdate: true,
|
||||
caches: {
|
||||
main: [':rest:'],
|
||||
additional: [
|
||||
|
|
Loading…
Reference in New Issue