Closed
Description
There is this:
If host is provided through environment, this won't get updated and will still display the value found in config, not taking in mind that it could be changed here:
It's a simple fix, though:
messages: [`Your application is running here: http://${devWebpackConfig.devServer.host}:${port}`]
I won't bother with expected/actual behaviour, because the code lines should be simple to follow.
Posted in response to #1099 (comment), because if the switch was made to use internal portfinder of webpack-dev-server
this message will most definitely need a check-up.