Skip to content

Commit

Permalink
webpack: Only show errors and warnings
Browse files Browse the repository at this point in the history
Otherwise there is just too much noise and when something is broken, the
error is above 3 pages of pointless logs.

See https://webpack.js.org/configuration/stats/

Closes #303
  • Loading branch information
marusak authored and martinpitt committed Jan 27, 2020
1 parent 14e1219 commit 5989b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ module.exports = {
externals: externals,
output: output,
devtool: "source-map",
stats: "errors-warnings",

optimization: {
minimize: production,
Expand Down

0 comments on commit 5989b20

Please sign in to comment.