UNPKG

wxt

Version:

⚡ Next-gen Web Extension Framework

8 lines (7 loc) 259 B
import type * as vite from 'vite'; import { ResolvedConfig } from '../../../../types'; export declare function bundleAnalysis(config: ResolvedConfig): vite.Plugin; /** * @deprecated FOR TESTING ONLY. */ export declare function resetBundleIncrement(): void;