diff --git a/workbox-config.js b/workbox-config.js index c334e7a9..fed66020 100644 --- a/workbox-config.js +++ b/workbox-config.js @@ -1,6 +1,6 @@ module.exports = { globDirectory: 'public', globPatterns: [ '**/*.{js,ico,png,svg,html,webmanifest,txt}' ], - globIgnores: [ 'env.js', 'env.sample.js' ], + globIgnores: [ 'env.js', 'env.sample.js', 'licenses.json' ], swDest: 'public/sw.js' };