Skip to content

API / wxt / zip

Function: zip()

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

Source: packages/wxt/src/core/zip.ts:20

Build and zip the extension for distribution.

Parameters

config?

InlineConfig

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

Returns

Promise<string[]>

A list of all files included in the ZIP.


Generated using typedoc-plugin-markdown and TypeDoc