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
I'm using tsup to build a library that outputs a ton of files, many of which are generated. This makes the output of my builds really hard to parse since it spits out hundreds of lines of files I don't particularly care about. I could use --silent but it'd be nice to keep the logs that print timings and other informative output.
I don't have a specific flag or set of flags I'd prescribe for the feature request, but here are some suggestions:
Flag / option to filter out files by glob matching pattern from logging
Granularity of logs based on levels, where maybe the individual files are a level below the general information output
Ability to provide a custom logger in tsup.config.ts's defineConfig, to implement any custom logic you could want
Open to any and all options. Thanks for the amazing tool, I use it all the time.
The text was updated successfully, but these errors were encountered:
I'm using tsup to build a library that outputs a ton of files, many of which are generated. This makes the output of my builds really hard to parse since it spits out hundreds of lines of files I don't particularly care about. I could use
--silent
but it'd be nice to keep the logs that print timings and other informative output.I don't have a specific flag or set of flags I'd prescribe for the feature request, but here are some suggestions:
tsup.config.ts
'sdefineConfig
, to implement any custom logic you could wantOpen to any and all options. Thanks for the amazing tool, I use it all the time.
The text was updated successfully, but these errors were encountered: