File tree Expand file tree Collapse file tree 3 files changed +16
-610
lines changed Expand file tree Collapse file tree 3 files changed +16
-610
lines changed Original file line number Diff line number Diff line change 87
87
"simple-git-hooks" : " ^2.8.0" ,
88
88
"typescript" : " ^4.8.4" ,
89
89
"unplugin-vue-components" : " ^0.22.7" ,
90
- "vite" : " ^4.1.1 " ,
90
+ "vite" : " ^3.2.3 " ,
91
91
"vite-plugin-windicss" : " ^1.8.1" ,
92
92
"vitest" : " latest" ,
93
93
"vue" : " ^3.0.0" ,
94
- "vuepress" : " ^2.0.0-beta.45" ,
95
94
"vuepress-vite" : " ^2.0.0-beta.27" ,
96
95
"windicss" : " ^3.5.0"
97
96
},
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