From 7255942855c979ccc714bb022a6a8bd99b8c0873 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Thu, 7 Jan 2021 11:11:59 +0530 Subject: [PATCH] sw: don't wait for update --- vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 3001c8a6..59c099d6 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,8 @@ module.exports = { appleMobileWebAppStatusBarStyle: 'black', workboxPluginMode: 'GenerateSW', workboxOptions: { - navigateFallback: 'index.html' + navigateFallback: 'index.html', + skipWaiting: true } } }