diff --git a/workbox-config.js b/workbox-config.js index 7ee85436..97eab7b9 100644 --- a/workbox-config.js +++ b/workbox-config.js @@ -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' };