Home > OS >  reactjs server doesnt auto refresh if i make changes in index.js
reactjs server doesnt auto refresh if i make changes in index.js

Time:12-11

I am facing issue that if I makes changes in index.js or app.js it and the browser doesn't auto refresh the page .If I make changes in index.html the auto refresh works .

CodePudding user response:

Create a .env file then write in file

 FAST_REFRESH=false
  • Related