question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

stat options not working in 2.1.0-beta.11

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
cortopycommented, Nov 17, 2016

Yes!! Thank you so much!! I wouldn’t expect dev server to sort my warnings too!! 😂

1reaction
SpaceK33zcommented, Nov 16, 2016

To disable browser logs you’ll need to use clientLogLevel: "none". This might seem a little redundant, but many people want only browser logs and no CLI logs.

Sidenote: clientLogLevel: "none" is broken at the moment in beta.11 (see #693), will be fixed in next beta.

Read more comments on GitHub >

github_iconTop Results From Across the Web

webpack.validateSchema is not a function - Stack Overflow
25" and I tried running npm install and npm update . After that I get: npm WARN webpack-dev-server@2.1.0-beta.11 requires a peer of webpack@^2.1....
Read more >
Anki 2.1.0 Beta 10 / 11 / 12 / Beta Testing Archive / Discussion Area ...
Since beta 9, a bug was introduced that causes any of the clozed fields after a left parenthesis to not show the clozed...
Read more >
bundle-stats 2.5.0-beta.1 | Snyk
Learn more about bundle-stats@2.5.0-beta.1 vulnerabilities. bundle-stats@2.5.0-beta.1 has 6 known vulnerabilities found in 11 vulnerable paths.
Read more >
AdGuard browser extension: 2.1.0 beta
AdGuard is the best way to get rid of annoying ads and online tracking and protect your computer from malware. Make your web...
Read more >
Upgrade V2.0 Beta 15 to latest version | Ubiquiti Community
Hi All, I have been running V2.0 Beta 15 for ages, and as I upgrade to newer ... Beta 19 cannot be downloaded...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found