File tree Expand file tree Collapse file tree 3 files changed +296
-367
lines changed Expand file tree Collapse file tree 3 files changed +296
-367
lines changed Original file line number Diff line number Diff line change 84
84
"simple-git-hooks" : " ^2.8.0" ,
85
85
"typescript" : " ^4.8.4" ,
86
86
"unplugin-vue-components" : " ^0.22.7" ,
87
- "vite" : " ^4.1.1 " ,
87
+ "vite" : " ^3.2.3 " ,
88
88
"vite-plugin-windicss" : " ^1.8.1" ,
89
89
"vitest" : " latest" ,
90
90
"vue" : " ^3.0.0" ,
91
- "vuepress" : " ^2.0.0-beta.27" ,
92
91
"vuepress-vite" : " ^2.0.0-beta.27" ,
93
92
"windicss" : " ^3.5.0"
94
93
},
Original file line number Diff line number Diff line change 1
1
/// <reference types="vitest" />
2
2
3
- import { defineConfig } from 'vite '
4
- import Vue from '@vitejs/plugin-vue'
3
+ import { defineConfig } from 'vitest/config '
4
+ // import Vue from '@vitejs/plugin-vue'
5
5
6
6
export default defineConfig ( {
7
- plugins : [ Vue ( ) ] ,
7
+ // plugins: [Vue()],
8
8
test : {
9
9
globals : true ,
10
10
environment : 'jsdom'
You can’t perform that action at this time.
0 commit comments