mirror of
https://github.com/gotson/komga.git
synced 2025-12-28 11:24:59 +01:00
storybook: try to fix optimizeDeps
This commit is contained in:
parent
18158a10ed
commit
dcc9889e66
1 changed files with 27 additions and 0 deletions
|
|
@ -117,6 +117,33 @@ export default defineConfig({
|
|||
},
|
||||
},
|
||||
},
|
||||
optimizeDeps: {
|
||||
include: [
|
||||
'vuetify/components/VAlert',
|
||||
'vuetify/components/VApp',
|
||||
'vuetify/components/VBadge',
|
||||
'vuetify/components/VBtn',
|
||||
'vuetify/components/VCard',
|
||||
'vuetify/components/VCheckbox',
|
||||
'vuetify/components/VChip',
|
||||
'vuetify/components/VCombobox',
|
||||
'vuetify/components/VDataTable',
|
||||
'vuetify/components/VEmptyState',
|
||||
'vuetify/components/VFab',
|
||||
'vuetify/components/VGrid',
|
||||
'vuetify/components/VIcon',
|
||||
'vuetify/components/VList',
|
||||
'vuetify/components/VMain',
|
||||
'vuetify/components/VMenu',
|
||||
'vuetify/components/VNumberInput',
|
||||
'vuetify/components/VSelect',
|
||||
'vuetify/components/VSkeletonLoader',
|
||||
'vuetify/components/VSnackbarQueue',
|
||||
'vuetify/components/VTextField',
|
||||
'vuetify/components/VToolbar',
|
||||
'vuetify/directives',
|
||||
],
|
||||
},
|
||||
plugins: [
|
||||
// The plugin will run tests for the stories defined in your Storybook config
|
||||
// See options at: https://storybook.js.org/docs/next/writing-tests/integrations/vitest-addon#storybooktest
|
||||
|
|
|
|||
Loading…
Reference in a new issue