Skip to content

Commit 6b5219a

Browse files
committed
chore: test oxc module runner transform
test: workaround default import identity chore: update vite/oxc-transform test: update stack trace chore: vitepress with ROLLDOWN_OPTIONS_VALIDATION=loose
1 parent 2ebee52 commit 6b5219a

3 files changed

Lines changed: 267 additions & 153 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "pnpm -r --filter @vitest/ui --filter='./packages/**' run build",
1515
"dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" pnpm -r --parallel --filter='./packages/**' run dev",
1616
"docs": "pnpm -C docs run dev",
17-
"docs:build": "pnpm -C docs run build",
17+
"docs:build": "ROLLDOWN_OPTIONS_VALIDATION=loose pnpm -C docs run build",
1818
"docs:serve": "pnpm -C docs run serve",
1919
"docs:https": "pnpm -C docs run preview-https",
2020
"docs:https-no-prefetch": "pnpm -C docs run preview-https-no-prefetch",
@@ -64,7 +64,7 @@
6464
"tsx": "^4.19.3",
6565
"typescript": "^5.7.3",
6666
"unplugin-isolated-decl": "^0.12.0",
67-
"vite": "https://pkg.pr.new/vitejs/rolldown-vite/vite@382f440",
67+
"vite": "https://pkg.pr.new/vitejs/rolldown-vite/vite@92b3ef0",
6868
"vitest": "workspace:*",
6969
"zx": "^8.3.2"
7070
},

0 commit comments

Comments
 (0)