-
Notifications
You must be signed in to change notification settings - Fork 22
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
[bug] CSS not updating with HMR #10
Comments
Hey @lnfnunes thank you for your feedback. It's actually still an open issue of the mini-css-extract-plugin package webpack-contrib/mini-css-extract-plugin#34 But you are right, this is very annoying. I switched the default client development configuration to use I pushed this already ccfb736. |
Thank you so much! Appreciate the fast-reply ;-) |
@luangjokaj Just to know, why keep production different? Isn't better to change both and prevent future diferrences? |
Because we inject dynamically only what we use. |
I switched to |
Looks like HMR is not working for .css files!
I've changed file
src/Components/Nav/Nav.css
and the browser's console identified the change as you can see in the image:But the change only get in place when I do a full reload on browser
The text was updated successfully, but these errors were encountered: