Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
dev-server: Suppress unhelpful stack trace for compile failures (#936)
Browse files Browse the repository at this point in the history
This restores the webpack default of not outputting the full stack
trace for compile errors, since it's typically pretty spammy and
doesn't really help with understanding the error.

Fixes #875 for dev-server (#852 already fixed it for `yarn build`).
  • Loading branch information
edmorley authored Jun 7, 2018
1 parent aa006b5 commit 878ac0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dev-server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ module.exports = (neutrino, opts = {}) => {
chunks: false,
colors: true,
errors: true,
errorDetails: true,
hash: false,
modules: false,
publicPath: false,
Expand Down

0 comments on commit 878ac0d

Please sign in to comment.