I have gone through many answers on StackOverflow & on GitHub issues as well but, I am still stuck in Hot Module Replacement in Webpack. I am using npm start to
npm start
Try updating your module loader to this:
loaders: [ { test: /\.jsx$/, exclude: /node_modules/, loaders: ["react-hot", "babel"], query: { presets: ["es2015", "react"] } } ]