aboutsummaryrefslogtreecommitdiff
path: root/bench/hot-module-reloading/css-stress-test/vite.config.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-07 21:27:47 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-07 21:27:47 -0700
commitae7b91efe2076254d66d608052f4729fd34b3546 (patch)
tree1bc8f86ca8997c4801839f38326e7b3993efe651 /bench/hot-module-reloading/css-stress-test/vite.config.js
parent6d9ccd9b8edb149aee957b3e6c7668cc45ce7664 (diff)
downloadbun-jarred/bench.tar.gz
bun-jarred/bench.tar.zst
bun-jarred/bench.zip
Add CSS HMR benchmarkjarred/bench
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()],
+};