Replace tab with spaces.

This commit is contained in:
FireMasterK 2021-03-29 12:15:10 +05:30
parent f2fd06074c
commit eeab08d978

View file

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