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.

webpack silent mode

See original GitHub issue

Hi.

With this in config:

webpackServer: {
    progress: false,
    stats: false,
    debug: false
},

I’m still getting these messages:

webpack: bundle is now VALID.
webpack: bundle is now INVALID.
webpack: bundle is now VALID.
LOG: 'ok'

Is there an implemented way to completely turn it off?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
deepsweetcommented, Sep 21, 2014

quiet: true 😸

0reactions
deepsweetcommented, May 1, 2016

👍

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 >
Command Line Interface - webpack
Run webpack (default command, can be omitted). npx webpack build [options]. example npx webpack build --config ./webpack.config.js ...
Read more >
feature request: silence output using config #1191 - GitHub
I would like to know if there's a configuration option to tell webpack to only log the "important information" to the terminal.
Read more >
The build Property - Nuxt
Creates special webpack bundle for SSR renderer. Type: Boolean; Default: true for universal mode and false for spa mode. This option is automatically ......
Read more >
DevServer - webpack
Inline mode is recommended for Hot Module Replacement as it includes an HMR trigger from the websocket. Polling mode can be used as...
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