We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbaaf5c commit 5440abbCopy full SHA for 5440abb
vitest.config.ts
@@ -1,4 +1,4 @@
1
-import Vue from "@vitejs/plugin-vue";
+import react from "@vitejs/plugin-react";
2
import path from "path";
3
import { defineConfig } from "vite";
4
@@ -8,7 +8,7 @@ export default defineConfig({
8
"@": path.resolve(__dirname, "./src"),
9
},
10
11
- plugins: [Vue()],
+ plugins: [react()],
12
// @ts-ignore
13
test: {
14
browser: {
0 commit comments