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?