### Reproduction link or steps `tsdonw.config.ts` With the configuration in place, run the tsdown command directly. ```ts export default defineConfig({ entry: ["src/index.ts"], outDir: "dist", format: ["cjs", "esm"], dts: true, clean: true, sourcemap: true }) ``` ### What is expected? Hope that the report information about CJS files will be printed together with the statistics. ### What is actually happening? The printed CJS information is divided into two groups of printing statistics. <img width="984" height="448" alt="Image" src="https://github.com/user-attachments/assets/43cbc1cb-5d53-4e91-8c1d-17f78a7f01eb" /> ### Any additional comments? _No response_