mirror of
https://github.com/gotson/komga.git
synced 2026-05-07 12:01:40 +02:00
cleanup unplugin vue router
This commit is contained in:
parent
b0b4c4f505
commit
4bbc181dad
1 changed files with 1 additions and 5 deletions
|
|
@ -99,11 +99,7 @@ export default defineConfig(({ mode }) => ({
|
|||
}),
|
||||
optimizeDeps: {
|
||||
exclude: ['vuetify'],
|
||||
include: [
|
||||
'@pinia/colada-devtools',
|
||||
'pinia-plugin-persistedstate',
|
||||
'unplugin-vue-router/runtime',
|
||||
],
|
||||
include: ['@pinia/colada-devtools', 'pinia-plugin-persistedstate'],
|
||||
},
|
||||
test: {
|
||||
coverage: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue