Skip to content

Interface: RenderedChunk

The information about the chunk being rendered.

Unlike OutputChunk, code and map are not set as the chunk has not been rendered yet. All referenced chunk file names in each property that would contain hashes will contain hash placeholders instead.

Extends

  • Omit<BindingRenderedChunk, "modules">

Properties

dynamicImports

  • Type: dynamicImports: string[]

Overrides

Omit.dynamicImports


exports

  • Type: exports: string[]

Overrides

Omit.exports


facadeModuleId

  • Type: facadeModuleId: string | null

Overrides

Omit.facadeModuleId


fileName

  • Type: fileName: string

Overrides

Omit.fileName


imports

  • Type: imports: string[]

Overrides

Omit.imports


isDynamicEntry

  • Type: isDynamicEntry: boolean

Overrides

Omit.isDynamicEntry


isEntry

  • Type: isEntry: boolean

Overrides

Omit.isEntry


moduleIds

  • Type: moduleIds: string[]

Overrides

Omit.moduleIds


modules

  • Type: modules: object

Index Signature

[id: string]: RenderedModule


name

  • Type: name: string

Overrides

Omit.name


type

  • Type: type: "chunk"

Released under the MIT License.