You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnsequence(list,async({ i, o }): Promise<RollupBuild>=>{
307
307
conststart=Date.now()
308
308
constbundle: RollupBuild=awaitrollup.rollup(i)
309
309
constout: RollupOutput=awaitbundle.write(o)
310
310
311
-
stderr(chalk.green(`created ${chalk.bold(relativeId(o.file||o.dir))} (${prettyBytes(out.output.filter(o=>o.code).reduce((n,o)=>n+o.code.length,0))}) in ${chalk.bold(prettyMs(Date.now()-start))}`))
311
+
stderr(green(`created ${bold(relativeId(o.file||o.dir))} (${prettyBytes(out.output.filter(o=>o.code).reduce((n,o)=>n+o.code.length,0))}) in ${bold(prettyMs(Date.now()-start))}`))
0 commit comments