Skip to content

Commit 8cf3ea4

Browse files
authored
docs: fix Rsbuild HTML build failed (#12848)
1 parent a44ce49 commit 8cf3ea4

File tree

3 files changed

+214
-49
lines changed

3 files changed

+214
-49
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"husky": "^8.0.3",
2828
"nano-staged": "^0.8.0",
2929
"prettier": "^3.2.5"
30+
},
31+
"overrides": {
32+
"esbuild": "^0.20.2"
3033
}
3134
}

packages/vant-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"dependencies": {
4949
"@babel/core": "^7.24.5",
5050
"@babel/preset-typescript": "^7.24.1",
51-
"@rsbuild/core": "0.6.8",
52-
"@rsbuild/plugin-babel": "0.6.8",
53-
"@rsbuild/plugin-vue": "0.6.8",
54-
"@rsbuild/plugin-vue-jsx": "0.6.8",
51+
"@rsbuild/core": "0.6.9",
52+
"@rsbuild/plugin-babel": "0.6.9",
53+
"@rsbuild/plugin-vue": "0.6.9",
54+
"@rsbuild/plugin-vue-jsx": "0.6.9",
5555
"@vant/eslint-config": "workspace:^",
5656
"@vant/touch-emulator": "workspace:^",
5757
"@vitejs/plugin-vue": "^5.0.4",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)