Skip to content

Commit

Permalink
Remove css and js from workbox
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Feb 25, 2021
1 parent e633cdd commit e10a89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbox-config.js
Original file line number Diff line number Diff line change
@@ -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: [
{
Expand Down

0 comments on commit e10a89c

Please sign in to comment.