Skip to content

Commit

Permalink
Enabled error details webpack (#8391)
Browse files Browse the repository at this point in the history
Enabled error details webpack
  • Loading branch information
ndelangen committed Oct 18, 2019
2 parents fd7193a + afb367f commit e86cbac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/src/server/dev-server.js
Expand Up @@ -53,6 +53,7 @@ export default function(options) {
error.error = err;
error.close = true;
error.stats = stats;
stats.toJson(options.errorDetails);
logger.line();
logger.line();
try {
Expand Down

1 comment on commit e86cbac

@vercel
Copy link

@vercel vercel bot commented on e86cbac Oct 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.