ServiceWorker: autoupdate every 1 hour
This commit is contained in:
parent
7636f8294f
commit
5864b5a983
|
@ -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: [
|
||||||
|
|
Loading…
Reference in New Issue