Skip to content

API > wxt > Wxt

Interface: Wxt

Contents

Properties

builder

builder: WxtBuilder

The module in charge of executing all the build steps.

Source

packages/wxt/src/types.ts:1136


config

config: ResolvedConfig

Source

packages/wxt/src/types.ts:1115


hooks

hooks: Hookable<WxtHooks, HookKeys<WxtHooks>>

Source

packages/wxt/src/types.ts:1116


logger

logger: Logger

Alias for config.logger

Source

packages/wxt/src/types.ts:1120


pm

pm: WxtPackageManager

Package manager utilities.

Source

packages/wxt/src/types.ts:1128


reloadConfig

reloadConfig: () => Promise<void>

Reload config file and update the config field with the result.

Source

packages/wxt/src/types.ts:1124


server

server?: WxtDevServer

If the dev server was started, it will be availble.

Source

packages/wxt/src/types.ts:1132


Generated using typedoc-plugin-markdown and TypeDoc