Skip to content

Commit

Permalink
Reduce the output of the webpack-dev-server (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvbeek authored and gauravtiwari committed Dec 14, 2018
1 parent 08dceb1 commit 3aa4a5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package/environments/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ module.exports = class extends Base {
headers: devServer.headers,
overlay: devServer.overlay,
stats: {
errorDetails: true
entrypoints: false,
errorDetails: false,
modules: false,
moduleTrace: false
},
watchOptions: devServer.watch_options
}
Expand Down

0 comments on commit 3aa4a5d

Please sign in to comment.