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
Hi
Did you notice that with react-hot-loader 3 you have to modify and save files multiple times before the browser hot reloads?
react-hot-loader 3
This is very annoying behavior and definitely a show stopper.
Are you aware of this and is there a fix?
You can easily reproduce this with this repo (and Windows 10).
The text was updated successfully, but these errors were encountered:
i figured by using 'eval-source-map' this problem can be solved. it worked for me though
Sorry, something went wrong.
I'm experiencing this as well. I basically have to add a random console.log to get it to trigger. Is eval-source-map the only way to solve this?
Try to raise an issue for Webpack. They usually had the answer.
No branches or pull requests
Hi
Did you notice that with
react-hot-loader 3
you have to modify and save files multiple times before the browser hot reloads?This is very annoying behavior and definitely a show stopper.
Are you aware of this and is there a fix?
You can easily reproduce this with this repo (and Windows 10).
The text was updated successfully, but these errors were encountered: