Skip to content

API > wxt > OutputChunk

Interface: OutputChunk

Contents

Properties

fileName

fileName: string

Relative, normalized path relative to the output directory.

Ex: "content-scripts/overlay.js"

Source

src/types/index.ts:331


moduleIds

moduleIds: string[]

Absolute, normalized paths to all dependencies this chunk relies on.

Source

src/types/index.ts:335


type

type: "chunk"

Source

src/types/index.ts:325


Generated using typedoc-plugin-markdown and TypeDoc