From 3fd80f2bc8620726eda3b69c2e8bd18a3793d025 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Thu, 2 Jun 2022 00:20:27 +0800 Subject: [PATCH] chore: update serviceWorker --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }