Skip to content

Commit c5e3868

Browse files
committed
[example,config]: removed unnecessary config for vue example;
1 parent 2dc6c4f commit c5e3868

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

examples/vue/vite.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { fileURLToPath, URL } from 'node:url'
33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'
55
import vueJsx from '@vitejs/plugin-vue-jsx'
6-
import vueDevTools from 'vite-plugin-vue-devtools'
76
import babel from 'vite-plugin-babel';
87

98
// https://vite.dev/config/
@@ -15,7 +14,6 @@ export default defineConfig({
1514
plugins: [
1615
vue(),
1716
vueJsx(),
18-
vueDevTools(),
1917
babel({
2018
babelConfig: {
2119
babelrc: false,
@@ -29,7 +27,6 @@ export default defineConfig({
2927
],
3028
},
3129
}),
32-
3330
],
3431
resolve: {
3532
alias: {

0 commit comments

Comments
 (0)