Closed
Description
As far I've seen, npm start
start webpack serving from localhost:3000.
It would be nice an option to bind IP 0.0.0.0 to webpack, like the option --host 0.0.0.0
Webpack already accept today.
This is specially useful when starting server from inside a Docker container: even mapping the port 3000 to localhost, Webpack doesn't accepts connections from outside the container.