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: {
|
build: {
|
||||||
transpile: ['vuetify'],
|
transpile: ['vuetify'],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// disable vite externals and ssr
|
||||||
vite: {
|
vite: {
|
||||||
define: {
|
optimizeDeps: {
|
||||||
'process.env.DEBUG': false,
|
exclude: ['vuetify'],
|
||||||
},
|
},
|
||||||
ssr: {
|
ssr: {
|
||||||
noExternal: ['vuetify'],
|
noExternal: ['vuetify'],
|
||||||
|
Loading…
Reference in New Issue
Block a user