-
-
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
Changes not detected by create react app #1374
Comments
What editor are you using? |
There’s some suggestions in #659.
|
Also, do you have yarn installed? May be related to #1370 (comment). |
I am using webstorm editor as you gave me reference now i disbaled the safe
write in webstorm settings.
Now its working fine but i have to test it properly I think this problem
shouldn't not be occur in future.
Thanks
…On 12-Jan-2017 5:14 AM, "Dan Abramov" ***@***.***> wrote:
Also, do you have yarn installed? May be related to #1370 (comment)
<#1370 (comment)>
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1374 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANNRbLGOw8_94T532XmEs7umhBn9cgWPks5rRWlngaJpZM4LgwTL>
.
|
Could you please suggest me which editor should i use so that it can behave properly |
cc @prigara, this is a real pain point. |
@gaearon disabling safe write by default is not an option for us, it might affect too many users, sorry. We are going to start investigating how the webpack file watcher works and hopefully will be able to send a PR to improve it on Window. Should help not only IJ users, but also vim users suffering from the same issue. |
I agree it would be a better solution. Yes, it’s watchpack. AFAIK it uses https://github.com/paulmillr/chokidar under the hood which in turn uses |
cc @TheLarkInn might provide details / support for prioritizing this on WP side |
@gaearon, I have some good news. After some investigations @alexander-doroshko found a PR that fixes the issue. It has landed in Webpack 2.2, we tested it on Windows and all works like a charm. And it should work both with chokidar and sane. |
You folks are amazing 💜👯😇 |
@gaearon are you planning to move to webpack 2 soon? |
Within a month of its stable release. |
Once i started the project using npm start but doing changes in any file is not detected automatically and livereload doesn't work mostly time
How to resolve this issue
The text was updated successfully, but these errors were encountered: