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 21c61cb commit ada7cd5Copy full SHA for ada7cd5
packages/vite/src/node/plugins/reporter.ts
@@ -260,8 +260,8 @@ export function buildReporterPlugin(config: ResolvedConfig): Plugin {
260
closeBundle() {
261
if (shouldLogInfo && !config.build.watch) {
262
config.logger.info(
263
- `${colors.green(`✓`)} built in ${displayTime(
264
- Date.now() - startTime,
+ `${colors.green(
+ `✓ built in ${displayTime(Date.now() - startTime)}`,
265
)}`,
266
)
267
}
0 commit comments