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
What editor are you using?
There’s some suggestions in https://github.com/facebookincubator/create-react-app/issues/659.
Some common causes:
Also, do you have yarn installed? May be related to https://github.com/facebookincubator/create-react-app/pull/1370#issuecomment-272029989.
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" notifications@github.com wrote:
Also, do you have yarn installed? May be related to #1370 (comment)
https://github.com/facebookincubator/create-react-app/pull/1370#issuecomment-272029989
.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/facebookincubator/create-react-app/issues/1374#issuecomment-272032009,
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.
Does safe write absolutely have to be on by default?
@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.
Any chance you know the main issue for that on the Webpack tracker?
Upd: I guess it should be in this project: https://github.com/webpack/watchpack
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 fsevents on OS X, and polling (I think) on other platforms.
cc @TheLarkInn might provide details / support for prioritizing this on WP side
You folks are amazing 💜👯😇
@gaearon are you planning to move to webpack 2 soon?
Within a month of its stable release.
Most helpful comment
Within a month of its stable release.