first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
optimizeDeps: {
|
||||
// Exclude vuetify since it has an issue with vite dev - TypeError: makeVExpansionPanelTextProps is not a function - the makeVExpansionPanelTextProps is used before it is defined
|
||||
exclude: ['vuetify'],
|
||||
},
|
||||
|
||||
// more config....
|
||||
})
|
||||
Reference in New Issue
Block a user