We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4578c8 commit 4f592beCopy full SHA for 4f592be
src/commands/pack.js
@@ -33,7 +33,7 @@ exports.run = (options) => {
33
}
34
35
const statsInfo = stats.toJson({
36
- errorDetails: false
+ errorDetails: true
37
});
38
39
if (statsInfo.errors.length > 0) {
0 commit comments