diff --git a/vue.config.js b/vue.config.js index eb5cc143..e8af46e4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -74,7 +74,7 @@ module.exports = { workboxOptions: { runtimeCaching: [{ urlPattern: new RegExp('.*'), - handler: 'networkFirst', + handler: 'networkOnly', }], skipWaiting: true, }