sw: don't wait for update

This commit is contained in:
FireMasterK 2021-01-07 11:11:59 +05:30
parent ec1cf5b087
commit c7ad7c0e36

View file

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