Kevin Marrec
Kevin Marrec
Hi @garan82 , I've been busy and I don't really have enough time to correctly maintain the module, I'm gonna upgrade dependencies and release new versions, but for the issues...
I investigated things last months, and I found that overall the issue is that Vuetify Components import their css inside their source code (at top of TypeScript source of components)....
This issue also seems to be a duplicate of #208, or at least is related.
@vishr Is it fixed with `extractCSS` ? If no when I'm not sure how to help, it would be more likely Nuxt issue and not specific to this module.
@MuhaddiMu Not sure what you are talking about, with https://github.com/nuxt-community/vuetify-module/releases/tag/v2.0.0-alpha.0 , there is no way to not use treeShaking. Vuetify is treeshakable by default and you shouldn't use `dist/vuetify.js` +...
@adrienbaron Thank for your time investigating, so from your POV it seems that it's overall Vuetify components that would have a SSR issue ? EDIT : Succeeded to reproduce it...
@DispatchCommit You don't have double css ?
@kaname-png @rahulkumarsingh73690 Is this happening when pairing with `@nuxtjs/tailwindcss` only ? Also please share a reproduction repository or Stackblitz (https://stackblitz.com/)
@rahulkumarsingh73690 Thank you for your feedback, could you share your repository if public or create a reproduction so I can reproduce it straight away and find a fix ? Cause...
@rahulkumarsingh73690 https://stackblitz.com/github/kevinmarrec/nuxt-pwa-module You can directly edit the `example` folder which is a minimal app using the latest local version of this module. Click on **Fork** and have some additions to...