Webpack: silence output
问题 I would like to know if there's a configuration option to tell webpack to only log the "important information" to the terminal. Pretty much just errors and warnings, not all of this: There's just so much output! Would love to suppress the common stuff and only have webpack output the warnings/errors. Would like a solution for webpack , webpack-dev-server , and karma-webpack . Note : I tried noInfo: true and quiet: true but that didn't seem to do the trick. Edit: I'm thinking this may not be