Skip to content

Add possibility to hide even startup information when quiet === true #2525

Description

@marcofugaro
  • Operating System: OSX
  • Node Version: v13.13.0
  • NPM Version: 6.14.4
  • webpack Version: 4.42.1
  • webpack-dev-server Version: 3.10.3
  • Browser: Chrome
  • This is a bug
  • This is a modification request

Code

REPRODUCIBLE REPO

// webpack.config.js
module.exports = {
  devServer: {
    clientLogLevel: 'silent',
    quiet: true,
  }
}

From the documentation

With devServer.quiet enabled, nothing except the initial startup information will be written to the console.

However I want to hide also the startup information.

This happened since #2235, is there a plan to support hiding that information as well again?

Expected Behavior

Nothing should be outputted to the console

Actual Behavior

Screenshot 2020-04-20 at 20 06 57

For Features; What is the motivation and/or use-case for the feature?

I am using webpack-dev-server in a custom webapp builder, where I have my custom logs. Something like create-react-app. I want to decide what is output to the console and what not.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions