-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
HTML files are always emitted HMR #680
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
Comments
Yes, we need to improve the caching mechanism, PR welcome :) |
@moimael is that a underlying webpack bug? |
Not sure, I mean all other asset works well with hot reload and recompile only what's changed. I only have issue with this plugin. The cache does not seems to work as intended. |
Any update to this issue since it's been 5 months now? I've noticed that my index.html is always emitted. Is this normal behavior if my other assets change and they are injected into my index.html? My |
Any updates? |
Would love to fix this but don't know where to start |
This issue had no activity for at least half a year. It's subject to automatic issue closing if there is no activity in the next 15 days. |
Hi,
Using this plugin with HMR cause html files to be emitted all the time, even if there are no content change.
I'm using the cache option.
It adds ~3.5s to recompile in HMR mode. If I remove the plugin, HMR is much quicker. (1.9s vs 5.5s)
EDIT: Formatting change were caused by my atom editor. If I diff the files nothing changed but they are still emitted again with caching enabled.
Here is the relevant conf:
Seems related to #244
The text was updated successfully, but these errors were encountered: