Skip to content

API / wxt / OutputChunk

Interface: OutputChunk

Source: packages/wxt/src/types.ts:554

Contents

Properties

fileName

fileName: string

Source: packages/wxt/src/types.ts:561

Relative, normalized path relative to the output directory.

Ex: "content-scripts/overlay.js"


moduleIds

moduleIds: string[]

Source: packages/wxt/src/types.ts:563

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


type

type: "chunk"

Source: packages/wxt/src/types.ts:555


Generated using typedoc-plugin-markdown and TypeDoc