Skip to content

Interface: EmittedPrebuiltChunk

Properties

code

  • Type: string

The code of this chunk.


exports?

  • Type: string[]
  • Optional

The list of exported variable names from this chunk.

This should be provided if the chunk exports any variables.


fileName

  • Type: string

map?

The corresponding source map for this chunk.


sourcemapFileName?

  • Type: string
  • Optional

type

  • Type: "prebuilt-chunk"