Skip to content

Commit 5440abb

Browse files
committed
fix build
1 parent dbaaf5c commit 5440abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vitest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Vue from "@vitejs/plugin-vue";
1+
import react from "@vitejs/plugin-react";
22
import path from "path";
33
import { defineConfig } from "vite";
44

@@ -8,7 +8,7 @@ export default defineConfig({
88
"@": path.resolve(__dirname, "./src"),
99
},
1010
},
11-
plugins: [Vue()],
11+
plugins: [react()],
1212
// @ts-ignore
1313
test: {
1414
browser: {

0 commit comments

Comments
 (0)