-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nuxt 2 windicss 2.2.5 can't see new classes unless I restart the npm run dev
#161
Comments
I've had the same problem, disabling attributify solved it for me. |
Unfortunately it did not solve my problem. I also get rid of the entire windicss config file but nothing. Same problem. |
Faced this problem while creating responsive design with |
Disabling attributify worked for me here too, would be good to be able to use it though :) |
I don't use attributify but still have this issue |
I have noticed instances where the HMR breaks, it's quite difficult to debug so if anyone has any clues or can reliably replicate the issue in stackblitz I'd appreciate the help |
yeah i have asked around to some people using the same repo as mine don't face this issue but I do |
Hot update issues. But I don't know how to find a way to reproduce |
Nuxt is not detecting new classes added to template on hot reload. Even if I refresh the page manually.
To see the changes I must recompile it by modifing nuxt.config.js (it starts the full compilation again) or restarting the
npm run dev
.Using nuxt-windicss v2.2.5 with this configuration:
nuxt.config.js
windi.config.js
The text was updated successfully, but these errors were encountered: