perf(web): optimize web Rsbuild and Tailwind build pipeline (#5786)

This commit is contained in:
QuentinHsu
2026-07-02 20:43:48 +08:00
committed by GitHub
parent 52858ad1e6
commit 95e8c5eecf
6 changed files with 81 additions and 65 deletions
+5 -5
View File
@@ -31,7 +31,6 @@
"@hugeicons/react": "^1.1.6",
"@lezer/highlight": "^1.2.3",
"@lobehub/icons": "catalog:",
"@tailwindcss/postcss": "^4.3.0",
"@tanstack/react-query": "^5.100.14",
"@tanstack/react-router": "^1.170.8",
"@tanstack/react-table": "^8.21.3",
@@ -57,9 +56,9 @@
"nanoid": "^5.1.11",
"next-themes": "^0.4.6",
"qrcode.react": "catalog:",
"react": "^19.2.6",
"react": "catalog:",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.6",
"react-dom": "catalog:",
"react-hook-form": "^7.76.1",
"react-i18next": "^17.0.8",
"react-icons": "catalog:",
@@ -80,8 +79,9 @@
"zustand": "^5.0.13"
},
"devDependencies": {
"@rsbuild/core": "^2.0.7",
"@rsbuild/plugin-react": "^2.0.0",
"@rsbuild/core": "catalog:",
"@rsbuild/plugin-react": "catalog:",
"@rsbuild/plugin-tailwindcss": "catalog:",
"@tanstack/react-query-devtools": "^5.100.14",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/router-plugin": "^1.168.11",