-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
disable browser opening on start #1284
Comments
Hot reloading doesn't work on firefox for me using Ubuntu 16. Chrome does... |
Support for configuring the browser has already been merged and will be available in the next release (likely in January). If reload doesn't work for you it is a completely separate issue and we need a reproducing example and OS details to figure out why it doesn't work. Let's fix the issue instead of fixing the symptom? |
I am closing this issue because support for not starting the browser is already merged so this is not actionable for us. Again, it will have to wait until after the holidays. I do want to solve the problem with "reloading not working". But I need your cooperation. When you filed an issue you decided to delete the issue template. The issue template was specifically written for issues like this where we need to know more about your project and system to figure out what's wrong. Please create a new issue about reloading not working and do fill the issue template. Thanks! |
There are also some OS specific troubleshooting instructions here: https://webpack.github.io/docs/troubleshooting.html#webpack-doesn-t-recompile-on-change-while-watching Let me know if any of them help. |
Hey @gaearon, Is there a commit I can follow to see when this gets released, didn't see anything related in the changelog? |
This is released in 0.9.0.
|
automatic reload does not work on linux, so i restart "npm start" after edit,
This opens a new browser page, which makes the workflow annoying.
It would be great if this could be disabled.
The text was updated successfully, but these errors were encountered: