You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2026. It is now read-only.
User story / Problem statement
Currently Vite is two majors behind (6 vs 8) and
@vitejs/plugin-reactis two majors behind (4 vs 6) incarpincho-walletanddapp/frontend.Expected outcome
Both packages build and dev-serve on Vite 8 with plugin-react 6.
Acceptance criteria
@tailwindcss/vitesupports Vite 8 before bumpingvite6.4.3 → 8.x (carpincho-wallet, dapp/frontend)@vitejs/plugin-react4.7.0 → 6.x (carpincho-wallet, dapp/frontend)vite buildandvite devwork in both packagesTechnical notes
Part of #76. Couple the Vite and plugin-react majors. Verify the Tailwind Vite plugin first since it is the most likely incompatibility.