chore: defined messenger in package.json
This commit is contained in:
@@ -45,7 +45,8 @@
|
|||||||
"globals": {
|
"globals": {
|
||||||
"GM": true,
|
"GM": true,
|
||||||
"unsafeWindow": true,
|
"unsafeWindow": true,
|
||||||
"globalThis": true
|
"globalThis": true,
|
||||||
|
"messenger": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
/* global messenger */
|
|
||||||
import browser from "webextension-polyfill";
|
import browser from "webextension-polyfill";
|
||||||
import {
|
import {
|
||||||
MSG_FETCH,
|
MSG_FETCH,
|
||||||
|
|||||||
Reference in New Issue
Block a user