Skip to content

Commit

Permalink
format workbox-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Oct 8, 2021
1 parent b946b73 commit fbc134c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions workbox-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module.exports = {
globDirectory: 'out/',
globPatterns: [
'**/*.{js,json,ico,png,html,txt}'
],
swDest: 'out/sw.js'
globDirectory: 'out/',
globPatterns: ['**/*.{js,json,ico,png,html,txt}'],
swDest: 'out/sw.js'
};

0 comments on commit fbc134c

Please sign in to comment.