Skip to content

stat options not working in 2.1.0-beta.11 #697

@cortopy

Description

@cortopy

I'm submitting a bug report

webpack and webpack-dev-server version:
webpack: 2.1.0-beta.26
webpack-dev-server: 12.1.0-beta.11

Please tell us about your environment:
Linux
Running server via Node.js API

Current behavior:
I have the following in my config

devServer: {
    quiet: true,
    stats : {
      hash        : false,
      version     : false,
      timings     : false,
      assets      : false,
      chunks      : false,
      modules     : false,
      reasons     : false,
      children    : false,
      source      : false,
      errors      : false,
      errorDetails: false,
      warnings    : false,
      publicPath  : false,
    }
}

And despite having turned all options warning still output to console in browser. This is annoying because linter warnings would stop the reload.

The terminal output is as it should though

Expected/desired behavior:
No output to console in browser with this config. Same as with terminal

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions