We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's easy for a new user to think that HMR is on, even if they forgot the --hmr flag, because the logs still mention it
Pundle:Server Sending HMR of 0 file(s) to 0 connection(s) +43s Pundle:Watcher File Changed :: ~/pundle/packages/test/src/index.js +21s
Should HMR ever be off in the Dev Server? It should probably default to on. If it is off, HMR disabled is a better message than Sending HMR 0 file(s).
HMR disabled
Sending HMR 0 file(s)
The text was updated successfully, but these errors were encountered:
Sounds fair
Sorry, something went wrong.
Fixed in Pundle v2Alpha1
steelbrain
No branches or pull requests
It's easy for a new user to think that HMR is on, even if they forgot the
--hmr
flag, because the logs still mention itShould HMR ever be off in the Dev Server? It should probably default to on. If it is off,
HMR disabled
is a better message thanSending HMR 0 file(s)
.The text was updated successfully, but these errors were encountered: