## Goal Configure the Vite React plugin to use the React Compiler, as selected in the course setup instructions. ## Acceptance criteria - The required compiler dependency is installed. - `vite.config.ts` enables the React Compiler. - `npm run lint`, `npm test`, and `npm run build` pass. - The PR closes this issue.