We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc6c4f commit c5e3868Copy full SHA for c5e3868
1 file changed
examples/vue/vite.config.ts
@@ -3,7 +3,6 @@ import { fileURLToPath, URL } from 'node:url'
3
import { defineConfig } from 'vite'
4
import vue from '@vitejs/plugin-vue'
5
import vueJsx from '@vitejs/plugin-vue-jsx'
6
-import vueDevTools from 'vite-plugin-vue-devtools'
7
import babel from 'vite-plugin-babel';
8
9
// https://vite.dev/config/
@@ -15,7 +14,6 @@ export default defineConfig({
15
14
plugins: [
16
vue(),
17
vueJsx(),
18
- vueDevTools(),
19
babel({
20
babelConfig: {
21
babelrc: false,
@@ -29,7 +27,6 @@ export default defineConfig({
29
27
],
30
28
},
31
}),
32
-
33
34
resolve: {
35
alias: {
0 commit comments