-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Dear Chris Fritz,
i know this is a long shot because the project is two years old already, but I'm really not sure whats wrong and could really use some help with the set up of your example component library because lately it is giving me numerous errors when i try to use it in an nuxt project:
-
with extractCss: false - this is not working at all anymore - it gives a "document is not defined" because of something happening in vue-style-loader (the addStyle function) - but then again maybe this is not directly a problem of the set up of this projet?
-
then I switched to extractCss: true and (I think) there are no problems with the style-loader however then i get a "server side rendered content does not match client side" error and i tracked down the problem (maybe there are more but this seems to be one of them) to my component containing empty(!) slots + some other html tags - now i checked with the nuxt guys but they claim something must be wrong with my library build and i really can not figure out what it could be...
Now i easily could provide more details, reproduction steps, example repos and everything - i just wanted to check first if this repo is actually still active and issues are read and you would be able to help...
Sorry for taking up your time, i'm just really stuck here...