Remove connection to google's servers for workbox.

This commit is contained in:
FireMasterK 2021-03-20 12:13:34 +05:30
parent 02b434306d
commit 070f0eb73a
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58

View file

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