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.

Improve/silence WebpackDevServer client

See original GitHub issue

This doesn’t help anyone, it’s just annoying:

screen shot 2016-07-28 at 19 42 11

Similarly, these logs are not useful to us:

screen shot 2016-07-28 at 19 45 02

We should a PR to webpack-dev-server to deduplicate logs, and to optionally disable some of them. If it isn’t accepted, we should replace these parts with custom scripts—they are really small, easy to tweak, and almost never change.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
gaearoncommented, Sep 24, 2016

Also backported to 1.x and now used by CRA (thanks!) With exponential backoff I only see a few of these so I think it’s fine now.

1reaction
SpaceK33zcommented, Aug 31, 2016

Hi, could you guys check if this PR https://github.com/webpack/webpack-dev-server/pull/579 works for you? I’m maintaining webpack-dev-server and interested to work with you to fix annoyances 😃.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Webpack: silence output - Stack Overflow
In my webpack config, Doing this reduced my incremental build time by 8 seconds and silenced output. The main one is chunks: false....
Read more >
DevServer - webpack
webpack -dev-server can be used to quickly develop an application. See the development guide to get started. This page describes the options that...
Read more >
webpack-dev-server
webpack -dev-server. The webpack-dev-server is a little node.js Express server, which uses the [[webpack-dev-middleware]] to serve a webpack bundle.
Read more >
How to use the webpack-dev-server function in ... - Snyk
export default function (app) { let bundleStartTime = null; // Inform the user on the status of webpacking let compiler = Webpack(WebpackConfig); compiler....
Read more >
Chapter IV - Setting up webpack-dev-server
Create an instance of the webpack-dev-server. We pass the webpack compiler instance and some options. The most noteworthy option here is hot: config.hmrEnabled ......
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