diff options
Diffstat (limited to 'bench/hot-module-reloading/css-stress-test/vite.config.js')
-rw-r--r-- | bench/hot-module-reloading/css-stress-test/vite.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bench/hot-module-reloading/css-stress-test/vite.config.js b/bench/hot-module-reloading/css-stress-test/vite.config.js new file mode 100644 index 000000000..e78089128 --- /dev/null +++ b/bench/hot-module-reloading/css-stress-test/vite.config.js @@ -0,0 +1,5 @@ +import reactRefresh from "@vitejs/plugin-react-refresh"; + +export default { + plugins: [reactRefresh()], +}; |