mirror of
https://github.com/developit/microbundle.git
synced 2026-02-01 14:32:39 +00:00
Fix build stats formatting
This commit is contained in:
parent
491a188f55
commit
93ac71b1c9
@ -108,7 +108,7 @@ export default async function microbundle(options) {
|
||||
return await getSizeInfo(bundle._code, outputOptions.file);
|
||||
}));
|
||||
|
||||
return chalk.blue(`Build output to ${relative(cwd, dirname(options.output))}:`) + '\n ' + out.join('\n ');
|
||||
return chalk.blue(`Build output to ${relative(cwd, dirname(options.output)) || '.'}:`) + '\n ' + out.join('\n ');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user