updated webpack.config

added configuration change to manager-webpack.config

enabled display error details feature

added in configuration change to stats
This commit is contained in:
dhuang612 2019-10-08 18:45:36 -04:00
parent 30e5381360
commit afb367f7c6

View File

@ -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 {