Skip to content

Commit

Permalink
updated webpack.config
Browse files Browse the repository at this point in the history
added configuration change to manager-webpack.config

enabled display error details feature

added in configuration change to stats
  • Loading branch information
dhuang612 committed Oct 15, 2019
1 parent 30e5381 commit afb367f
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

0 comments on commit afb367f

Please sign in to comment.