I run the webpack-dev-server with params --host 0.0.0.0, then visit the page through my ip, the page shows "Invalid Host header".
I look into the code, it seems the Server.prototype.checkHost in file lib/Server.js is wrong, it don't deal with the params of --host 0.0.0.0
I run the webpack-dev-server with params
--host 0.0.0.0, then visit the page through my ip, the page shows "Invalid Host header".I look into the code, it seems the
Server.prototype.checkHostin filelib/Server.jsis wrong, it don't deal with the params of--host 0.0.0.0