aboutsummaryrefslogtreecommitdiff
path: root/bench/hot-module-reloading/css-stress-test/vite.config.js
diff options
context:
space:
mode:
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.js5
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()],
+};