I\'m trying to get started with React using webpack, but keep running into an error when I try to set up webpack-dev-server
In latest mac and linux os , the webpack dev server wokinnly only on adding the
host: "127.0.0.1"
inside the devServer in the webpack.config
devServer
webpack.config