Skip to content

Commit be7560d

Browse files
committed
chore: update
1 parent e5ad354 commit be7560d

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')}: ${color.cyan(`${(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)