webpack server can be accessed on LAN

I wanted to show some recently written react components at the conference and found that the webpack server can only be accessed locally. So I found a way online, very simple.


--host 0.0.0.0
"dev": "webpack-dev-server  --host 10.0.1.156 --port 3000 --devtool eval --progress --colors --hot --content-base build"

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326451078&siteId=291194637