UNPKG

wxt

Version:

⚡ Next-gen Web Extension Framework

7 lines (6 loc) 283 B
import { ResolvedConfig } from '../../../../types'; import * as vite from 'vite'; /** * Transforms entrypoints, removing the main function from the entrypoint if it exists. */ export declare function removeEntrypointMainFunction(config: ResolvedConfig, path: string): vite.Plugin;