mirror of
https://github.com/xlmnxp/extractify.zip.git
synced 2024-11-23 17:13:12 +03:00
try to fix css issue
This commit is contained in:
parent
256494be7d
commit
8f3ba1c613
@ -8,9 +8,11 @@ export default defineNuxtConfig({
|
||||
build: {
|
||||
transpile: ['vuetify'],
|
||||
},
|
||||
|
||||
// disable vite externals and ssr
|
||||
vite: {
|
||||
define: {
|
||||
'process.env.DEBUG': false,
|
||||
optimizeDeps: {
|
||||
exclude: ['vuetify'],
|
||||
},
|
||||
ssr: {
|
||||
noExternal: ['vuetify'],
|
||||
|
Loading…
Reference in New Issue
Block a user