Skip to content

Commit c13a489

Browse files
bluwyAndarist
andauthored
Use rolldown for bundling (#621)
* Use rolldown for bundling * update vite --------- Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
1 parent 6c80731 commit c13a489

5 files changed

Lines changed: 228 additions & 1348 deletions

File tree

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"main": "dist/index.js",
77
"scripts": {
8-
"build": "rollup -c",
8+
"build": "rolldown -c",
99
"test": "vitest",
1010
"test:watch": "pnpm test --watch",
1111
"typecheck": "tsc",
@@ -38,19 +38,13 @@
3838
"@changesets/cli": "^2.29.3",
3939
"@changesets/types": "^6.1.0",
4040
"@changesets/write": "^0.4.0",
41-
"@rollup/plugin-commonjs": "^28.0.3",
42-
"@rollup/plugin-json": "^6.1.0",
43-
"@rollup/plugin-node-resolve": "^16.0.1",
44-
"@rollup/plugin-terser": "^0.4.4",
4541
"@types/node": "^24.12.2",
4642
"@types/semver": "^7.5.0",
47-
"builtin-modules": "^5.0.0",
48-
"esbuild": "^0.25.4",
4943
"fixturez": "^1.1.0",
5044
"oxfmt": "^0.48.0",
51-
"rollup": "^4.40.2",
45+
"rolldown": "^1.0.1",
5246
"typescript": "^5.8.3",
53-
"vitest": "^4.1.5"
47+
"vitest": "^4.1.6"
5448
},
5549
"engines": {
5650
"node": ">=24"

0 commit comments

Comments
 (0)