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 5afee9f commit 4e6e1ccCopy full SHA for 4e6e1cc
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