Closed cenoroid closed 1 year ago
Can you provide a minimal repo?
https://gitlab.com/nikosdendrinos/electron-nuxt3-vuetify it seems like none of the css is included in the build
index.html was being generated with wrong paths to the js files, adding app: { baseURL: './'} in nuxt.config.js fixed the issue
Please update the latest version of nuxt-electron
.
Hey, I can use vuetify fine when I am running yarn dev, however when I build the app vuetify isn't there anymore, I've tried to figure it out for hours with no success, but it seems to me that plugins are not included somehow in the build. Let me know if you need me to upload my repo. Any help will be greatly appreciated!
Build: Dev: nuxt.config.js src/plugins/vuetify.ts