Replace tab with spaces.

This commit is contained in:
FireMasterK 2021-03-29 12:15:10 +05:30
parent 41b0fb8b96
commit 02ead43703
No known key found for this signature in database
GPG Key ID: 8DFF5DD33E93DB58
1 changed files with 1 additions and 1 deletions

View File

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