Are you an LLM? You can read better optimized documentation at /options/silent-mode.md for this page in Markdown format
Silent Mode
If you want to suppress non-error logs during the bundling process, you can enable silent mode by using the --silent
option:
bash
tsdown --silent
In silent mode, only error messages will be displayed, making it easier to focus on critical issues during the build process.