Skip to content

Commit

Permalink
Exclude vuetify from optimizedDeps in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Sep 30, 2024
1 parent 6a708af commit e46e44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default defineConfig(({ mode }) => {
}),
],
optimizeDeps: {
exclude: ['@deltares/fews-ssd-webcomponent'],
exclude: ['@deltares/fews-ssd-webcomponent', 'vuetify'],
},
test: {
include: ['**/*.test.?(c|m)[jt]s?(x)'],
Expand Down

0 comments on commit e46e44d

Please sign in to comment.