bench/hot-module-reloading/css-stress-test/vite.config.js (4 lines of code) (raw):

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