1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

fix service worker registration #12

This commit is contained in:
lana-k
2021-04-30 14:14:41 +02:00
parent 5ded99e89f
commit 7f4b167dc2
3 changed files with 10 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ module.exports = {
{ from: 'LICENSE', to: './' }
]),
new WorkboxPlugin.GenerateSW({
exclude: [/\.map$/, 'LICENSE', 'queries.json'],
clientsClaim: true,
skipWaiting: false,
maximumFileSizeToCacheInBytes: 40000000