From de146ba6bc8b30ec01f0be697b4d1edec0648de1 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Thu, 2 Jun 2022 00:05:40 +0800 Subject: [PATCH] chore: update serviceWorker --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index 45d3581a..eb5cc143 100644 --- a/vue.config.js +++ b/vue.config.js @@ -76,6 +76,7 @@ module.exports = { urlPattern: new RegExp('.*'), handler: 'networkFirst', }], + skipWaiting: true, } }, } \ No newline at end of file