Function: clean()
clean(
config?):Promise<void>
Source: packages/wxt/src/core/clean.ts:16
Remove generated/temp files from the directory.
Parameters
config?
Optional config that will override your <root>/wxt.config.ts.
Returns
Promise<void>
Example
ts
await clean();Generated using typedoc-plugin-markdown and TypeDoc