Remove connection to google's servers for workbox.

This commit is contained in:
FireMasterK 2021-03-20 12:13:34 +05:30
parent c6b968fc40
commit 2d29ce5972

View file

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