Webpack-dev-server: Option `quiet` does not show initial startup information

Created on 28 Aug 2019  路  4Comments  路  Source: webpack/webpack-dev-server

  • Operating System: Ubuntu 18.04 LTS
  • Node Version: v11.12.0
  • NPM Version: 6.7.0
  • webpack Version: 4.39.2
  • webpack-dev-server Version: 3.8.0
  • Browser: Chrome 76
  • [x] This is a bug
  • [ ] This is a modification request

Code

  devServer: {
    contentBase: false,
    hot: true,
    quiet: true,
  },

Expected Behavior

To see the initial startup information in the console, and nothing else

Actual Behavior

There is no output at all to the console.

For Bugs; How can we reproduce the behavior?

Check out this repro repo: https://github.com/aryzing/wds-repro-quiet-flag-not-working

3 (important) patch 5 (confusing) bug

Most helpful comment

My bad. Will look into it soon.

All 4 comments

@aryzing I wasn't able to reproduce the issue at the repo shared above and is working as it should be.
Here is the output with quiet: true:
image

Where's the initial startup information, like the URL of the server? The docs say that the initial startup info should be printed in quiet mode.

For reference, docs here

My bad. Will look into it soon.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

geddski picture geddski  路  80Comments

jrweinb picture jrweinb  路  47Comments

mummybot picture mummybot  路  48Comments

KyleAMathews picture KyleAMathews  路  81Comments

wojtekmaj picture wojtekmaj  路  42Comments