Function: zip()
zip(
config
?):Promise
<string
[]>
Build and zip the extension for distribution.
Parameters
▪ config?: InlineConfig
Optional config that will override your <root>/wxt.config.ts
.
Returns
A list of all files included in the ZIP.
Source
packages/wxt/src/core/zip.ts:20
Generated using typedoc-plugin-markdown and TypeDoc