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 8787 "simple-git-hooks" : " ^2.8.0" ,
8888 "typescript" : " ^4.8.4" ,
8989 "unplugin-vue-components" : " ^0.22.7" ,
90- "vite" : " ^4.1.1 " ,
90+ "vite" : " ^3.2.3 " ,
9191 "vite-plugin-windicss" : " ^1.8.1" ,
9292 "vitest" : " latest" ,
9393 "vue" : " ^3.0.0" ,
94- "vuepress" : " ^2.0.0-beta.45" ,
9594 "vuepress-vite" : " ^2.0.0-beta.27" ,
9695 "windicss" : " ^3.5.0"
9796 },
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