at first, the configuration item for start is
"start": "webpack-dev-server --open",
After npm start, I automatically open the browser http://localhost:9000/-sharp/
but cannot access it through ip. After
, I change the configuration item as shown in the following figure
After
npm start, I automatically open the browser http://0.0.0.0:9000/. I can"t find the web page
there is no problem after manually entering ip, but it is 0.0.0.0.What is the reason for opening it directly? I think he can also open the web page when he opens it automatically.