User story / Problem statement
Currently Vite is two majors behind (6 vs 8) and @vitejs/plugin-react is two majors behind (4 vs 6) in carpincho-wallet and dapp/frontend.
Expected outcome
Both packages build and dev-serve on Vite 8 with plugin-react 6.
Acceptance criteria
Technical notes
Part of #76. Couple the Vite and plugin-react majors. Verify the Tailwind Vite plugin first since it is the most likely incompatibility.
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.