Skip to content

The CJS information groups printed by the terminal are not combined into one statistic. #421

@btea

Description

@btea

Reproduction link or steps

tsdonw.config.ts With the configuration in place, run the tsdown command directly.

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.

Image

Any additional comments?

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions