Skip to content

Commit 4f592be

Browse files
committed
feat(pack): 显示错误详细信息
1 parent f4578c8 commit 4f592be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/pack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ exports.run = (options) => {
3333
}
3434

3535
const statsInfo = stats.toJson({
36-
errorDetails: false
36+
errorDetails: true
3737
});
3838

3939
if (statsInfo.errors.length > 0) {

0 commit comments

Comments
 (0)