Aug 29, 2017 · 1 min read
I believe the issue is in config/webpackDevServer.config.js because of https://github.com/facebookincubator/create-react-app/issues/293
Changing the watchOptions seems to work:
watchOptions: {
ignored: "node_modules/**",
},