-
Notifications
You must be signed in to change notification settings - Fork 20
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
webpack dev server hangs #10
Comments
Have you worked through the step outlined in the Debugging section of README.md? |
Of course not :} I'll get back to ya |
It was caused by the ordering of the plugins. Not knowing that the plugin order matters, I added your plugin at the first place. |
Thanks for letting me know. |
No problemo. Thanx for the great tool. |
Running the webpack-dev-server hangs.
This is the last thing I see in the console:
This is not a new message, i'm just noting the last thing i see.
My webpack version is 2.1.0-beta.25
I really wish i had any other info, but that's all i got. I'll make sure to answer any related questions you might have.
This is in my config:
The text was updated successfully, but these errors were encountered: