Skip to content

FIX console output format #365

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

Closed
wants to merge 2 commits into from
Closed

FIX console output format #365

wants to merge 2 commits into from

Conversation

losingle
Copy link

@losingle losingle commented Jan 7, 2016

$ webpack-dev-server --progress --colors
  0% compilehttp://localhost:8080/webpack-dev-server/
webpack result is served from /
content is served from /Users/losingle/hi
Hash: 2cef5380a790c050aa7a
Version: webpack 1.12.10
Time: 388ms

To

$ webpack-dev-server --progress --colors
  0% compile
http://localhost:8080/webpack-dev-server/
webpack result is served from /
content is served from /Users/losingle/hi
Hash: 2cef5380a790c050aa7a
Version: webpack 1.12.10
Time: 370ms

console.log(protocol + "://" + options.host + ":" + options.port + "/webpack-dev-server/");
console.log("webpack result is served from " + options.publicPath);
console.log("webpack result is served from " + options.publicPath);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong indention

@benzen
Copy link

benzen commented Mar 16, 2016

You've got some conflict here, you'll need to resolve it before anything can be done

sanusart added a commit to sanusart/webpack-dev-server that referenced this pull request Apr 30, 2016
- There is open issue webpack#365 for this earlier this year, with appropriate PR, but conflicts are preventing it from merge

Closes webpack#365
@sanusart sanusart mentioned this pull request Apr 30, 2016
sanusart added a commit to sanusart/webpack-dev-server that referenced this pull request May 7, 2016
- There is open issue webpack#365 for this earlier this year, with appropriate PR, but conflicts are preventing it from merge

Closes webpack#365
@sokra sokra closed this in #469 May 15, 2016
SpaceK33z pushed a commit that referenced this pull request Aug 21, 2016
- There is open issue #365 for this earlier this year, with appropriate PR, but conflicts are preventing it from merge

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

Successfully merging this pull request may close these issues.

4 participants