1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-22 22:59:37 +02:00

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
No known key found for this signature in database
GPG key ID: DBD997E935996158
3 changed files with 9 additions and 1 deletions

View file

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