Skip to content

Option quiet does not show initial startup information #2233

Closed
@aryzing

Description

@aryzing
  • 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
  • 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions