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