We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b462e commit fb5e553Copy full SHA for fb5e553
src/hooks/tap-done-to-async-get-issues.ts
@@ -68,7 +68,7 @@ function tapDoneToAsyncGetIssues(
68
// print stats of the compilation
69
config.logger.log(statsFormatter(issues, stats));
70
} else {
71
- config.logger.log(chalk.green('No errors found.'));
+ config.logger.log('TS: ' + chalk.green('No errors found.'));
72
}
73
74
// report issues to webpack-dev-server, if it's listening
0 commit comments