- Webpack Version:
- Operating System (or Browser):
- Node Version:
- webpack-plugin-serve Version:
How Do We Reproduce?
- clone the repo and install dependencies
- https://github.com/shellscape/webpack-plugin-serve/blob/master/test/fixtures/simple/webpack.config.js#L21, here change host to any domain( local.example.com) that is proxied to 127.0.0.1
- run
npm run dev
Expected Behavior
log should be ⬡ wps: Server Listening on: http://local.example.com:port
Actual Behavior
log is ⬡ wps: Server Listening on: http://127.0.0.1:port