minimal-react-webpack-babel-setup
minimal-react-webpack-babel-setup copied to clipboard
Hot reloading and watching for changes doesn't work
trafficstars
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?