Files
bun.sh/bench/hot-module-reloading/css-stress-test/vite.config.js
2021-10-07 21:27:47 -07:00

6 lines
107 B
JavaScript

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