We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97e764 commit ec0f5d0Copy full SHA for ec0f5d0
package.json
@@ -86,7 +86,7 @@
86
"alias": {
87
"these-are-just-mocks-for-parcel-tests": "yolo",
88
"webext-additional-permissions": "./test/demo-extension/webext-additional-permissions.js",
89
- "webext-dynamic-content-scripts": "./source/index.ts",
+ "webext-dynamic-content-scripts": "./source/",
90
"./source/*.js": "./source/$1.ts"
91
},
92
"targets": {
source/active-tab.ts
@@ -1,5 +1,5 @@
1
import {isScriptableUrl} from 'webext-content-scripts';
2
-import {SimpleEventTarget} from '../simple-event-target';
+import {SimpleEventTarget} from './simple-event-target';
3
4
type TabId = number;
5
type Origin = string;
0 commit comments