mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:51:09 +08:00
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:
parent
30e5381360
commit
afb367f7c6
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user