Skip to content

Commit 3c79d57

Browse files
committed
chore: bump rolldown-vite
1 parent 3378410 commit 3c79d57

File tree

2 files changed

+156
-145
lines changed

2 files changed

+156
-145
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typecheck": "tsc -p scripts && tsc -p playground && tsc -p packages/plugin-react",
2424
"test": "pnpm run test-serve && pnpm run test-build && pnpm --filter ./packages/plugin-react-swc run test && npm run test-full-bundle-mode-serve",
2525
"test-serve": "vitest run -c playground/vitest.config.e2e.ts",
26-
"test-full-bundle-mode-serve": "VITE_TEST_FULL_BUNDLE_MODE=1 vitest run -c playground/vitest.config.e2e.ts",
26+
"test-full-bundle-mode": "VITE_TEST_FULL_BUNDLE_MODE=1 vitest run -c playground/vitest.config.e2e.ts",
2727
"test-build": "VITE_TEST_BUILD=1 vitest run -c playground/vitest.config.e2e.ts",
2828
"debug-serve": "VITE_DEBUG_SERVE=1 vitest run -c playground/vitest.config.e2e.ts",
2929
"debug-build": "VITE_TEST_BUILD=1 VITE_PRESERVE_BUILD_ARTIFACTS=1 vitest run -c playground/vitest.config.e2e.ts",
@@ -74,7 +74,7 @@
7474
"pnpm": {
7575
"overrides": {
7676
"vitest>vite": "npm:vite@^6.2.6",
77-
"vite": "https://pkg.pr.new/vitejs/rolldown-vite@107"
77+
"vite": "https://pkg.pr.new/vitejs/rolldown-vite@bdb70a9"
7878
},
7979
"packageExtensions": {
8080
"generouted": {

0 commit comments

Comments
 (0)