Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 4825257

Browse files
committed
Bump rollup to 3.27.2 with old loading behavoir
1 parent 13a279b commit 4825257

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint": "eslint ./src --fix",
88
"pretest": "npm run lint && npm run clean && npm run build",
99
"test": "mocha --require @babel/register && npm run journey:ci",
10-
"build": "rollup -c rollup.config.js",
10+
"build": "rollup -c --bundleConfigAsCjs rollup.config.js",
1111
"clean": "rm -r ./build",
1212
"journey": "cypress run",
1313
"journey:debug": "cypress open",
@@ -70,7 +70,7 @@
7070
"jsdom": "^21.1.2",
7171
"mocha": "^10.2.0",
7272
"nodemon": "^3.0.1",
73-
"rollup": "^2.79.1",
73+
"rollup": "^3.27.2",
7474
"rollup-plugin-copy": "^3.4.0",
7575
"rollup-plugin-license": "^3.0.1",
7676
"sinon": "^15.2.0",

0 commit comments

Comments
 (0)