File tree Expand file tree Collapse file tree 3 files changed +59
-54
lines changed
Expand file tree Collapse file tree 3 files changed +59
-54
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' microbundle ' : patch
3+ ---
4+
5+ Completion message shows pkg's actual name, rather than safe name
Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ export default async function microbundle(inputOptions) {
133133 const targetDir = relative ( cwd , dirname ( options . output ) ) || '.' ;
134134 const sourceExist = options . input . length > 0 ;
135135 const banner = sourceExist
136- ? blue ( `Build "${ options . name } " to ${ targetDir } :` )
137- : red ( `Error: No entry module found for "${ options . name } "` ) ;
136+ ? blue ( `Build "${ options . pkg . name } " to ${ targetDir } :` )
137+ : red ( `Error: No entry module found for "${ options . pkg . name } "` ) ;
138138 return {
139139 output : `${ banner } \n ${ out . join ( '\n ' ) } ` ,
140140 } ;
You can’t perform that action at this time.
0 commit comments