Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #887 from mirumee/fix/sw-plugins-cache
Browse files Browse the repository at this point in the history
Add plugins to blocklist
  • Loading branch information
orzechdev authored Sep 4, 2020
2 parents a6b4647 + 40179b7 commit 5f93b55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ workbox.routing.registerNavigationRoute(
new RegExp("/graphql"),
new RegExp("/dashboard"),
new RegExp("/media/export_files"),
new RegExp("/plugins"),
],
}
);

0 comments on commit 5f93b55

Please sign in to comment.