Skip to content

Commit

Permalink
fix: background file path
Browse files Browse the repository at this point in the history
(cherry picked from commit 6492f3a60b4c4027e42af0d0fe29a5c65810f4a1)
  • Loading branch information
FutureDuck committed Jun 15, 2020
1 parent 413df07 commit 8421503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/background/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<meta name="viewport" content="width=device-width" />
</head>
<body>
<script type="module" src="./background_script.js"></script>
<script type="module" src="./index.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion src/background/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import RequestBlocker from './background/request_blocker.js';
import RequestBlocker from './request_blocker.js';

console.log('Extension is ready to start blocking!');
RequestBlocker.startMonitoring();

0 comments on commit 8421503

Please sign in to comment.