-
Notifications
You must be signed in to change notification settings - Fork 29
Components are always re-rendered #48
Comments
I know what you mean. But now I think I can only realize two kinds of hot reload.
You want js component reload only when css export result changed. But I don't how to get the result of css file export . I will try to fix this, but I am not sure If I can fix it. |
In my case, this trigger a js component reload. |
Reload js component feature come from v1.4.1, https://github.com/shepherdwind/css-hot-loader/blob/master/History.md#141-2018-07-26 . If you want only reload css, I can add a new config option . |
Yes, I think it's necessary. |
Try latest version 1.4.2 . This problem fixed now. |
Yes, the problem seems to be fixed.
With |
I'm submitting a ...
What is the current behavior?
When update a scss files, (bundled with
mini-css-extract-plugin
), component is always re-rendered❌ Component is re-rendered
Component should re-rendered only if content of
styles.scss
exports are changed✔️ Component isn't re-rendered
✔️ Component is re-rendered
Please tell us about your environment:
Thank you for your work!
The text was updated successfully, but these errors were encountered: