Update PWA workbox

This commit is contained in:
advplyr 2022-12-01 17:26:22 -06:00
parent bf071be247
commit 8425fac543

View File

@ -118,6 +118,8 @@ module.exports = {
] ]
}, },
workbox: { workbox: {
offline: false,
cacheAssets: false,
preCaching: [], preCaching: [],
runtimeCaching: [] runtimeCaching: []
} }