LibraryActive

WXT Modules

WXT's module system for extending the build process.

Open source page

Field note

What it does

WXT Modules is a system that allows running code at different steps in the build process to modify it. Modules can be installed from NPM or written locally, and can add config, hooks, entrypoint options, runtime modules, and more.

Capabilities

Available capabilities

Tags

Tags

No tags filed yet.

Ways to use it

Ways to use it

No integrations filed yet.

Product features

Product features

Execution Order

Modules are loaded in the same order as hooks are executed.

Generate Output

Generate output files and runtime modules.

Install Modules

Install published modules from NPM and add them to config.

Logging

Module Options

Support build-time and runtime options for modules.

Write Local Modules

Write custom local modules in the modules/ directory.