sw: don't wait for update

This commit is contained in:
FireMasterK 2021-01-07 11:11:59 +05:30
parent 43569748ae
commit 7255942855
No known key found for this signature in database
GPG Key ID: 8DFF5DD33E93DB58
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ module.exports = {
appleMobileWebAppStatusBarStyle: 'black',
workboxPluginMode: 'GenerateSW',
workboxOptions: {
navigateFallback: 'index.html'
navigateFallback: 'index.html',
skipWaiting: true
}
}
}