-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
fix(plugin-vue): trigger css hmr on custom template languages #6987
Conversation
Any change to get that into Vite soon, @Niputi ? :) |
I'd love to see this fixed for this long standing issue with vite / vue / pug / tailwind 👍 |
i've encountered the same problem with vite vanilla js + tailwind jit + handlebars instead of pug. Demo here: https://stackblitz.com/edit/vitejs-vite-acozht?file=index.html |
@carrrramba please create a new bug report linking to this PR so we can properly track these issues. Thanks! |
Description
Fix #4588
These changes simply carry
mainModule
's CSS dependencies into template HMR's affected modules list.Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).