-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
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
Editing index.html does not trigger a reload #656
Editing index.html does not trigger a reload #656
Comments
I also noticed that this is happening. Weird though, because |
Debugged this a little further; because TL;DR - it's a bug in webpack. |
@SpaceK33z I am seeing the same issue when editing any of the JS files with this configuration - is this the same issue:
|
If edits to JS don’t reload the page, please check https://webpack.github.io/docs/troubleshooting.html#watching. In particular, “safe write” option in some IDEs might cause this: https://webpack.github.io/docs/webpack-dev-server.html#working-with-editors-ides-supporting-safe-write |
Please help beta test the new version that includes this change! |
I'd say this is pretty minor, but I noticed when I updated my
index.html
<title>
it did not trigger a browser reload. I did however see it on manual refresh.I also noticed that I wasn't exactly clear on how
index.html
maps toindex.js
, when I started digging throughwebpack.config.dev.js
. I saw a few comments in there, while looking through it briefly to see if I could resolve this locally and perhaps send a PR. I'm extremely new to webpack, so I don't dig around in here too much yet (and I don't eject really either).Thanks!
The text was updated successfully, but these errors were encountered: