Skip to content

Commit 94e6c08

Browse files
committed
Fix problems between rollup/jest
1 parent bc76781 commit 94e6c08

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "bibbot",
33
"version": "0.25.0",
4-
"type": "module",
54
"description": "BibBot removes paywalls of German media sites",
65
"devDependencies": {
76
"@babel/core": "^7.20.2",
@@ -32,8 +31,8 @@
3231
"webextension-polyfill": "^0.10.0"
3332
},
3433
"scripts": {
35-
"start": "rollup -c -w",
36-
"build": "rollup -c",
34+
"start": "rollup --bundleConfigAsCjs -c -w",
35+
"build": "rollup --bundleConfigAsCjs -c",
3736
"lint": "eslint src tests",
3837
"check-types": "tsc --noemit",
3938
"test": "jest --runInBand",
@@ -49,4 +48,4 @@
4948
"url": "https://github.com/stefanw/bibbot/issues"
5049
},
5150
"homepage": "https://stefanw.github.io/bibbot/"
52-
}
51+
}

0 commit comments

Comments
 (0)