Skip to content

Commit

Permalink
docs: fix Rsbuild HTML build failed (#12848)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored May 2, 2024
1 parent a44ce49 commit 8cf3ea4
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 49 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"prettier": "^3.2.5"
},
"overrides": {
"esbuild": "^0.20.2"
}
}
8 changes: 4 additions & 4 deletions packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@rsbuild/core": "0.6.8",
"@rsbuild/plugin-babel": "0.6.8",
"@rsbuild/plugin-vue": "0.6.8",
"@rsbuild/plugin-vue-jsx": "0.6.8",
"@rsbuild/core": "0.6.9",
"@rsbuild/plugin-babel": "0.6.9",
"@rsbuild/plugin-vue": "0.6.9",
"@rsbuild/plugin-vue-jsx": "0.6.9",
"@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^",
"@vitejs/plugin-vue": "^5.0.4",
Expand Down
252 changes: 207 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8cf3ea4

Please sign in to comment.