Build Vite SPA for production
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-react-tech-stacks-js-react@IvanTorresEdge/molcajete.aihaiku# Build Vite SPA Build the Vite SPA for production deployment. Execute the following workflow: 1. Run quality checks first: 2. Build for production: 3. The build process will: - Type-check with TypeScript - Bundle with Vite/Rollup - Minify and optimize - Generate source maps - Output to `dist/` directory 4. Build output structure: 5. Preview the build: 6. Verify build: - Check console for errors - Test all routes - Verify assets load - Check performance ## Build Optimization The build should include: ## Build Size Targets | Metric | T...