Replace tab with spaces.

This commit is contained in:
FireMasterK
2021-03-29 12:15:10 +05:30
parent 41b0fb8b96
commit 02ead43703

View File

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