UNPKG

asma-qiankun-plugin-vite

Version:

vite for qiankun with some adjustments for hmr

8 lines (7 loc) 255 B
import type { PluginOption } from 'vite'; export declare type MicroOption = { useDevMode?: boolean; }; declare type PluginFn = (qiankunName: string, microOption?: MicroOption) => PluginOption; export declare const qiankun: PluginFn; export {};