Skip to content

Commit b108d2b

Browse files
committed
update
1 parent 9ac5b89 commit b108d2b

File tree

3 files changed

+16
-610
lines changed

3 files changed

+16
-610
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,10 @@
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
},

vitest.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

66
export default defineConfig({
7-
plugins: [Vue()],
7+
// plugins: [Vue()],
88
test: {
99
globals: true,
1010
environment: 'jsdom'

0 commit comments

Comments
 (0)