You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So whenever I run npm start, it compiles but doesn't watch for any changes to any of the files. Even if I change something in index.js, it wouldn't update on the site (running at localhost:8080) even after reloading the page. I feel like the changes are not being watched for. Any way to fix this?
The text was updated successfully, but these errors were encountered:
So whenever I run
npm start
, it compiles but doesn't watch for any changes to any of the files. Even if I change something inindex.js
, it wouldn't update on the site (running atlocalhost:8080
) even after reloading the page. I feel like the changes are not being watched for. Any way to fix this?The text was updated successfully, but these errors were encountered: