1 2 3 4 5
import reactRefresh from "@vitejs/plugin-react-refresh"; export default { plugins: [reactRefresh()], };