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 8484 "simple-git-hooks" : " ^2.8.0" ,
8585 "typescript" : " ^4.8.4" ,
8686 "unplugin-vue-components" : " ^0.22.7" ,
87- "vite" : " ^4.1.1 " ,
87+ "vite" : " ^3.2.3 " ,
8888 "vite-plugin-windicss" : " ^1.8.1" ,
8989 "vitest" : " latest" ,
9090 "vue" : " ^3.0.0" ,
91- "vuepress" : " ^2.0.0-beta.27" ,
9291 "vuepress-vite" : " ^2.0.0-beta.27" ,
9392 "windicss" : " ^3.5.0"
9493 },
Original file line number Diff line number Diff line change 11/// <reference types="vitest" />
22
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'
55
66export default defineConfig ( {
7- plugins : [ Vue ( ) ] ,
7+ // plugins: [Vue()],
88 test : {
99 globals : true ,
1010 environment : 'jsdom'
You can’t perform that action at this time.
0 commit comments