From c38d33a549143143d08ccbe5b82f14174eaebf70 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sat, 9 Jan 2021 14:02:10 +0100 Subject: [PATCH] ignore licenses.json in serviceworker ref #17 --- workbox-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' };