Skip to content

Commit 7f274c2

Browse files
author
Denis Bardadym
committed
Add test for rolldown
1 parent 26d732e commit 7f274c2

File tree

4 files changed

+39922
-1
lines changed

4 files changed

+39922
-1
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,15 @@
3333
"yargs": "^17.5.1"
3434
},
3535
"peerDependencies": {
36-
"rollup": "2.x || 3.x || 4.x"
36+
"rollup": "2.x || 3.x || 4.x",
37+
"rolldown": "1.x"
3738
},
3839
"peerDependenciesMeta": {
3940
"rollup": {
4041
"optional": true
42+
},
43+
"rolldown": {
44+
"optional": true
4145
}
4246
},
4347
"devDependencies": {
@@ -77,6 +81,7 @@
7781
"postcss-url": "^10.1.3",
7882
"preact": "^10.7.2",
7983
"prettier": "^3.1.0",
84+
"rolldown": "^1.0.0-beta.1",
8085
"rollup": "^4.5.2",
8186
"rollup-plugin-postcss": "^4.0.2",
8287
"sass": "^1.52.1",

0 commit comments

Comments
 (0)