Skip to content

Interface: RolldownOutput

The generated bundle output.

Extends

  • ExternalMemoryHandle

Properties

mangleCache?

  • Type: Record<string, string | false>
  • Optional

The updated property-name cache. Present when minify.mangleProps runs.

This contains the input cache and any generated mappings. Pass it to a later minify.mangleProps.cache to reuse the same mappings.


output

The list of chunks and assets in the generated bundle.

This includes at least one OutputChunk. It may also include more OutputChunk and/or OutputAssets.

Was this page helpful?