-
Notifications
You must be signed in to change notification settings - Fork 78
Not formatting webpack-dev-server start-up? #48
Comments
I have exactly the same problem: Running webpack 2.4.1 & webpack-dev-server 2.4.5 |
Hello gentlemen! Did you expect to see the screen get cleared just before the DONE notification? |
I was expecting to see something similar to this The screen clears as expected but I'm not seeing the "Starting the development server..." text. Also not seeing the "Your application is accessible at http://localhost:3000" |
That's normal, the plugin has no easy means to know on which port the server is available. |
Ah so that message will be displayed every time it compiles successfully then? Thought it only displayed on start up/first compilation. What about the "Starting development server..." log, similar issue? |
Yes, it is displayed every time the compilation succeeds. Since #23, it's debatable. |
Oh okay! Closing this then, thanks for your response! |
With my current set-up the start-up process with webpack-dev-server is not formatted like in your demos instead it looks like this
My webpack config
Have I configured it wrong or is it a bug? Would love for it to work like in the demos! 😄
The text was updated successfully, but these errors were encountered: