Skip to content

Commit 8c290da

Browse files
committed
chore: update
1 parent be7560d commit 8c290da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ export function composePrintFileSizeConfig(
523523
}) => {
524524
let log = `${color.yellow(assets.length)} files generated in ${color.blue(distPath)} ${color.dim(`(${environmentName})`)}`;
525525
log += '\n';
526-
log += `${color.magenta('Total size')}: ${(totalSize / 1000).toFixed(1)} kB`;
526+
log += `${color.magenta('Total size:')} ${(totalSize / 1000).toFixed(1)} kB`;
527527
if (target === 'web') {
528528
log += ` ${color.green(`(${(totalGzipSize / 1000).toFixed(1)} kB gzipped)`)}`;
529529
}

0 commit comments

Comments
 (0)