File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { VueRouterAutoImports } from '../src'
8
8
import Vue from '@vitejs/plugin-vue'
9
9
import AutoImport from 'unplugin-auto-import/vite'
10
10
import Inspect from 'vite-plugin-inspect'
11
+ import VueDevtools from 'vite-plugin-vue-devtools'
11
12
12
13
export default defineConfig ( {
13
14
clearScreen : false ,
@@ -46,6 +47,8 @@ export default defineConfig({
46
47
VueRouter ( {
47
48
extensions : [ '.page.vue' , '.vue' ] ,
48
49
importMode : 'async' ,
50
+ logs : false ,
51
+ // getRouteName: getPascalCaseRouteName,
49
52
experimental : {
50
53
autoExportsDataLoaders : [ 'src/loaders/**/*' , '@/loaders/**/*' ] ,
51
54
} ,
@@ -125,8 +128,6 @@ export default defineConfig({
125
128
} ,
126
129
} ,
127
130
] ,
128
- logs : true ,
129
- // getRouteName: getPascalCaseRouteName,
130
131
exclude : [
131
132
'**/ignored/**' ,
132
133
// '**/ignored/**/*',
@@ -159,7 +160,7 @@ export default defineConfig({
159
160
} ) ,
160
161
// currently the devtools use 0.8.8 but we care more about
161
162
// inspecting virtual files
162
- // VueDevtools(),
163
+ VueDevtools ( ) ,
163
164
Inspect ( ) ,
164
165
] ,
165
166
} )
You can’t perform that action at this time.
0 commit comments