|
71 | 71 | "homepage": "https://vite.dev",
|
72 | 72 | "funding": "https://github.com/vitejs/vite?sponsor=1",
|
73 | 73 | "scripts": {
|
74 |
| - "dev": "tsx scripts/dev.ts", |
| 74 | + "dev": "premove dist && pnpm build-bundle -w", |
75 | 75 | "build": "premove dist && pnpm build-bundle && pnpm build-types",
|
76 |
| - "build-bundle": "rollup --config rollup.config.ts --configPlugin esbuild", |
| 76 | + "build-bundle": "rolldown --config rollup.config.ts", |
77 | 77 | "build-types": "pnpm build-types-temp && pnpm build-types-roll && pnpm build-types-check",
|
78 | 78 | "build-types-temp": "tsc --emitDeclarationOnly --outDir temp -p src/node/tsconfig.build.json",
|
79 |
| - "build-types-roll": "rollup --config rollup.dts.config.ts --configPlugin esbuild && premove temp", |
| 79 | + "build-types-roll": "NODE_OPTIONS='--import tsx' rollup --config rollup.dts.config.ts && premove temp", |
80 | 80 | "build-types-check": "tsc --project tsconfig.check.json",
|
81 | 81 | "typecheck": "tsc --noEmit && tsc --noEmit -p src/node",
|
82 | 82 | "lint": "eslint --cache --ext .ts src/**",
|
|
99 | 99 | "@ampproject/remapping": "^2.3.0",
|
100 | 100 | "@babel/parser": "^7.27.2",
|
101 | 101 | "@jridgewell/trace-mapping": "^0.3.25",
|
| 102 | + "@oxc-project/runtime": "^0.70.0", |
102 | 103 | "@polka/compression": "^1.0.0-next.25",
|
103 | 104 | "@rollup/plugin-alias": "^5.1.1",
|
104 | 105 | "@rollup/plugin-commonjs": "^28.0.3",
|
|
139 | 140 | "postcss-load-config": "^6.0.1",
|
140 | 141 | "postcss-modules": "^6.0.1",
|
141 | 142 | "resolve.exports": "^2.0.3",
|
| 143 | + "rolldown": "^1.0.0-beta.9", |
142 | 144 | "rollup-plugin-dts": "^6.2.1",
|
143 |
| - "rollup-plugin-esbuild": "^6.2.1", |
144 | 145 | "rollup-plugin-license": "^3.6.0",
|
145 | 146 | "sass": "^1.88.0",
|
146 | 147 | "sass-embedded": "^1.88.0",
|
|
0 commit comments