Skip to content

API > wxt > zip

Function: zip()

zip(config?): Promise<string[]>

Build and zip the extension for distribution.

Parameters

config?: InlineConfig

Opitonal config that will override your <root>/wxt.config.ts.

Returns

A list of all files included in the ZIP.

Source

src/core/zip.ts:18


Generated using typedoc-plugin-markdown and TypeDoc