perf(web): optimize web Rsbuild and Tailwind build pipeline (#5786)
Showing
| ... | @@ -23,8 +23,8 @@ | ... | @@ -23,8 +23,8 @@ |
| "marked": "^4.1.1", | "marked": "^4.1.1", | ||
| "mermaid": "^11.6.0", | "mermaid": "^11.6.0", | ||
| "qrcode.react": "catalog:", | "qrcode.react": "catalog:", | ||
| "react": "^19.2.6", | "react": "catalog:", | ||
| "react-dom": "^19.2.6", | "react-dom": "catalog:", | ||
| "react-dropzone": "^14.2.3", | "react-dropzone": "^14.2.3", | ||
| "react-fireworks": "^1.0.4", | "react-fireworks": "^1.0.4", | ||
| "react-i18next": "^13.0.0", | "react-i18next": "^13.0.0", | ||
| ... | @@ -75,8 +75,8 @@ | ... | @@ -75,8 +75,8 @@ |
| ] | ] | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@rsbuild/core": "^2.0.7", | "@rsbuild/core": "catalog:", | ||
| "@rsbuild/plugin-react": "^2.0.0", | "@rsbuild/plugin-react": "catalog:", | ||
| "@so1ve/prettier-config": "^3.1.0", | "@so1ve/prettier-config": "^3.1.0", | ||
| "autoprefixer": "^10.4.21", | "autoprefixer": "^10.4.21", | ||
| "eslint": "8.57.0", | "eslint": "8.57.0", | ||
| ... | ... |
| ... | @@ -31,7 +31,6 @@ | ... | @@ -31,7 +31,6 @@ |
| "@hugeicons/react": "^1.1.6", | "@hugeicons/react": "^1.1.6", | ||
| "@lezer/highlight": "^1.2.3", | "@lezer/highlight": "^1.2.3", | ||
| "@lobehub/icons": "catalog:", | "@lobehub/icons": "catalog:", | ||
| "@tailwindcss/postcss": "^4.3.0", | |||
| "@tanstack/react-query": "^5.100.14", | "@tanstack/react-query": "^5.100.14", | ||
| "@tanstack/react-router": "^1.170.8", | "@tanstack/react-router": "^1.170.8", | ||
| "@tanstack/react-table": "^8.21.3", | "@tanstack/react-table": "^8.21.3", | ||
| ... | @@ -57,9 +56,9 @@ | ... | @@ -57,9 +56,9 @@ |
| "nanoid": "^5.1.11", | "nanoid": "^5.1.11", | ||
| "next-themes": "^0.4.6", | "next-themes": "^0.4.6", | ||
| "qrcode.react": "catalog:", | "qrcode.react": "catalog:", | ||
| "react": "^19.2.6", | "react": "catalog:", | ||
| "react-day-picker": "^10.0.1", | "react-day-picker": "^10.0.1", | ||
| "react-dom": "^19.2.6", | "react-dom": "catalog:", | ||
| "react-hook-form": "^7.76.1", | "react-hook-form": "^7.76.1", | ||
| "react-i18next": "^17.0.8", | "react-i18next": "^17.0.8", | ||
| "react-icons": "catalog:", | "react-icons": "catalog:", | ||
| ... | @@ -80,8 +79,9 @@ | ... | @@ -80,8 +79,9 @@ |
| "zustand": "^5.0.13" | "zustand": "^5.0.13" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@rsbuild/core": "^2.0.7", | "@rsbuild/core": "catalog:", | ||
| "@rsbuild/plugin-react": "^2.0.0", | "@rsbuild/plugin-react": "catalog:", | ||
| "@rsbuild/plugin-tailwindcss": "catalog:", | |||
| "@tanstack/react-query-devtools": "^5.100.14", | "@tanstack/react-query-devtools": "^5.100.14", | ||
| "@tanstack/react-router-devtools": "^1.167.0", | "@tanstack/react-router-devtools": "^1.167.0", | ||
| "@tanstack/router-plugin": "^1.168.11", | "@tanstack/router-plugin": "^1.168.11", | ||
| ... | ... |
web/default/postcss.config.mjs
deleted
100644 → 0
Please
register
or
sign in
to comment