Skip to content
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

HMR Update Not Happening in Vite Plugin for Qwik #316

Open
RaghavBhat02 opened this issue Jan 15, 2023 · 0 comments
Open

HMR Update Not Happening in Vite Plugin for Qwik #316

RaghavBhat02 opened this issue Jan 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@RaghavBhat02
Copy link

Describe the bug
Every time I make add a class, I have to restart my whole dev server in order to see the change. I've added a stackblitz of my project and a github repo. If you navigate to src/components/header/header.tsx, you will see that I was testing windi classes in my component. As I make changes, specifically I find it easy to test using classes that change the text color, you will see that it does not change in hmr. Only when I restart the whole dev server, does it work.

Minimal Reproductions

StackBlitz:
https://stackblitz.com/edit/github-zwu2tc?file=src/components/header/header.tsx
GitHub
https://github.com/RaghavBhat02/vite-windi-hmr-not-working.git
Versions

  • vite-plugin-windicss: ^1.8.10"
  • vite: 4.0.3
  • framework(vue/react/svelte/etc): @builder.io/qwik 0.16.2 and @builder.io/qwik-city 0.0128

Additonal Context
I have also tried importing devtools into each of my entries

@RaghavBhat02 RaghavBhat02 added the bug Something isn't working label Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant