export default defineConfig()

in react-app/vite.config.js [5:7]


export default defineConfig({
  plugins: [react()],
})