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