From e10a89c3ec7a4bfb04dcfd2358dd91b4c2835754 Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Thu, 25 Feb 2021 10:26:24 +0530 Subject: [PATCH] Remove css and js from workbox --- workbox-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbox-config.js b/workbox-config.js index da135d2..87ae86f 100644 --- a/workbox-config.js +++ b/workbox-config.js @@ -1,6 +1,6 @@ module.exports = { globDirectory: "dist/", - globPatterns: ["**/*.{css,ico,png,svg,html,js,json,txt,md}"], + globPatterns: ["**/*.{ico,png,svg,html,json,txt,md}"], swDest: "dist/sw.js", runtimeCaching: [ {