We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc76781 commit 94e6c08Copy full SHA for 94e6c08
package.json
@@ -1,7 +1,6 @@
1
{
2
"name": "bibbot",
3
"version": "0.25.0",
4
- "type": "module",
5
"description": "BibBot removes paywalls of German media sites",
6
"devDependencies": {
7
"@babel/core": "^7.20.2",
@@ -32,8 +31,8 @@
32
31
"webextension-polyfill": "^0.10.0"
33
},
34
"scripts": {
35
- "start": "rollup -c -w",
36
- "build": "rollup -c",
+ "start": "rollup --bundleConfigAsCjs -c -w",
+ "build": "rollup --bundleConfigAsCjs -c",
37
"lint": "eslint src tests",
38
"check-types": "tsc --noemit",
39
"test": "jest --runInBand",
@@ -49,4 +48,4 @@
49
48
"url": "https://github.com/stefanw/bibbot/issues"
50
51
"homepage": "https://stefanw.github.io/bibbot/"
52
-}
+}
0 commit comments