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/index.ts:1082


config

config: ResolvedConfig

Source

packages/wxt/src/types/index.ts:1061


hooks

hooks: Hookable<WxtHooks, HookKeys<WxtHooks>>

Source

packages/wxt/src/types/index.ts:1062


logger

logger: Logger

Alias for config.logger

Source

packages/wxt/src/types/index.ts:1066


pm

pm: WxtPackageManager

Package manager utilities.

Source

packages/wxt/src/types/index.ts:1074


reloadConfig

reloadConfig: () => Promise<void>

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

Source

packages/wxt/src/types/index.ts:1070


server

server?: WxtDevServer

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

Source

packages/wxt/src/types/index.ts:1078


Generated using typedoc-plugin-markdown and TypeDoc