-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipv6 all host [::] inline mode with error #672
Comments
Thanks for your clear bug report. This was fixed in webpack-dev-server v2, which is currently in beta. See PR #644. |
sorry, it does not work .😂 see here: https://github.com/webpack/webpack-dev-server/blob/master/bin/webpack-dev-server.js#L276 |
@NewFuture, oh haha okay. Fair enough. Would you be willing to send a PR to fix this? I don't have much time to fix this at the moment. |
OK, I have fixed it. 😸 see this #673 But , i think some test examples for ipv6 should be added. 🐱 |
Released in |
😀 nice! |
I'm submitting a bug report
webpack and webpack-dev-server version:
webpack: 1.13.3
webpack-dev-server: 1.16.2
Please tell us about your environment:
Linux
Running server via CLI
Current behavior:
Expected/desired behavior:
work as
--host 0.0.0.0
this bug coursed by parsing the ipv6 IP address .
the ipv6 url is parsed as
:::8080
,which should be
The text was updated successfully, but these errors were encountered: