I get no hot reloading from my npm start configuration on Webstorm ?
Hi I am getting pretty frustrated because I payed for this IDE and can't get hot reloading to work so that I can actually use it to develop my React app. Can I please have the steps necessary to get this process working.
Thank you
请先登录再写评论。
React hot reloading is done on the server end, it's not the IDE functionality. If the app is not re-built and reloaded when you save files with File > Save All, check if disabling Back up files before saving in Settings | Appearance & Behavior | System Settings makes any difference. If it doesn't, please report an issue to https://github.com/facebook/create-react-app/issues; see also https://github.com/facebook/create-react-app/issues/9904 and https://github.com/microsoft/WSL/issues/6255 for some hints