less-loader icon indicating copy to clipboard operation
less-loader copied to clipboard

Quieter logging

Open pinko-fowle opened this issue 3 years ago • 1 comments

Feature Proposal

Hello. Since #444, our build outputs have gotten quite verbose. We have some extends '.style' has no matches errors (seen in tests in #444 that repeat across multiple modules & it really floods our output. We would like a way to quiet down our output.

Feature Use Case

Give developers control or ability to moderate what gets logged.

Please paste the results of npx webpack-cli info here, and mention other relevant information

  System:
    OS: macOS 12.5.1
    CPU: (8) x64 Apple M1 Pro
    Memory: 263.40 MB / 16.00 GB
  Binaries:
    Node: 14.19.1 - ~/.asdf/installs/nodejs/14.19.1/bin/node
    Yarn: 1.22.19 - /opt/homebrew/bin/yarn
    npm: 6.14.16 - ~/.asdf/plugins/nodejs/shims/npm
  Browsers:
    Chrome: 105.0.5195.102
    Firefox: 103.0.1
    Safari: 15.6.1
  Packages:
    babel-loader: ^8.2.5 => 8.2.5
    clean-webpack-plugin: ^4.0.0 => 4.0.0
    css-loader: ^6.7.1 => 6.7.1
    css-minimizer-webpack-plugin: ^3.0.2 => 3.0.2
    html-webpack-harddisk-plugin: ^2.0.0 => 2.0.0
    html-webpack-plugin: ^5.3.2 => 5.3.2
    less-loader: ^11.0.0 => 11.0.0
    postcss-loader: ^7.0.1 => 7.0.1
    speed-measure-webpack-plugin: ^1.5.0 => 1.5.0
    style-loader: ^3.3.1 => 3.3.1
    stylelint-webpack-plugin: ^3.0.1 => 3.0.1
    terser-webpack-plugin: ^5.1.4 => 5.1.4
    webpack: ^5.74.0 => 5.74.0
    webpack-build-notifier: ^2.3.0 => 2.3.0
    webpack-bundle-analyzer: ^4.6.1 => 4.6.1
    webpack-cli: ^4.10.0 => 4.10.0
    webpack-merge: ^5.8.0 => 5.8.0

pinko-fowle avatar Sep 13 '22 18:09 pinko-fowle

I think better to fix it or you can filter them using https://webpack.js.org/configuration/other-options/#console

alexander-akait avatar Sep 14 '22 11:09 alexander-akait

Closing due to inactivity. Please test with latest version and feel free to reopen if still regressions. Thanks!

alexander-akait avatar Oct 06 '22 21:10 alexander-akait