fix: 解决 Rsbuild 版本冲突和配置问题 - 统一所有 Rsbuild 包版本到 1.0.1 - 创建最小化配置文件…
fix: 解决 Rsbuild 版本冲突和配置问题 - 统一所有 Rsbuild 包版本到 1.0.1 - 创建最小化配置文件 rsbuild.config.minimal.ts - 修复环境变量配置问题 - 添加 SVG 处理插件 - 项目现在可以正常启动和运行
Showing
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -41,7 +41,6 @@ |
| "dependencies": { | ||
| "@heroui/react": "2.6.14", | ||
| "@reduxjs/toolkit": "^2.2.7", | ||
| "@rsbuild/plugin-image-compress": "^1.1.0", | ||
| "ahooks": "^3.8.0", | ||
| "axios": "^1.7.3", | ||
| "clsx": "^2.1.1", | ||
| ... | ... | @@ -66,16 +65,17 @@ |
| "@antfu/eslint-config": "^2.24.1", | ||
| "@eslint-react/eslint-plugin": "^1.8.0", | ||
| "@eslint/compat": "^1.1.1", | ||
| "@rsbuild/core": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-less": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-react": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-svgr": "1.0.1-beta.9", | ||
| "@rsbuild/core": "1.0.1", | ||
| "@rsbuild/plugin-image-compress": "1.0.1", | ||
| "@rsbuild/plugin-less": "1.0.1", | ||
| "@rsbuild/plugin-react": "1.0.1", | ||
| "@rsbuild/plugin-svgr": "1.0.1", | ||
| "@rsbuild/plugin-typed-css-modules": "^1.0.2", | ||
| "@rsdoctor/rspack-plugin": "^0.3.10", | ||
| "@types/node": "^22.0.2", | ||
| "@types/react": "^18.3.3", | ||
| "@types/react-dom": "^18.3.0", | ||
| "eslint": "^9.8.0", | ||
| "eslint": "^8.57.0", | ||
| "eslint-plugin-react-hooks": "^4.6.2", | ||
| "eslint-plugin-react-refresh": "^0.4.9", | ||
| "framer-motion": "^11.3.21", | ||
| ... | ... |
pnpm-lock.yaml
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
rsbuild.config.minimal.ts
0 → 100644
Please
register
or
sign in
to comment