Skip to content
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

Beautify CLI output on startup #681

Closed
SpaceK33z opened this issue Oct 30, 2016 · 1 comment
Closed

Beautify CLI output on startup #681

SpaceK33z opened this issue Oct 30, 2016 · 1 comment

Comments

@SpaceK33z
Copy link
Member

SpaceK33z commented Oct 30, 2016

I'm submitting a feature request

webpack and webpack-dev-server version:
webpack-dev-server: 2.1.0-beta.10

Current behavior:

When starting WDS with the CLI, this is the output on startup:

 https://localhost:8080/
webpack result is served from /

(also note the space before the URL)

Expected/desired behavior:

I want some text clarifying what the first URL is, remove the leading space and use fancy colors.

Maybe get inspiration from other projects, such as create-react-app.

SpaceK33z added a commit that referenced this issue Oct 30, 2016
It should be clearer now what actually happens when starting WDS.
Also, the URL it's running at will now not start with a space.

Ref #681
@SpaceK33z
Copy link
Member Author

SpaceK33z commented Oct 30, 2016

I'm happy now with the new CLI output:

Project is running at http://localhost:8080/
webpack output is served from /

Next up: introducing some basic colors. The URL and the output path ("/"), should be highlighted with some fancy color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant