UNPKG

@rouxx/plugin

Version:
10 lines (9 loc) 273 B
export declare class RouxWebPackPlugin { output: string; page: string; filename: string; lazyImport: string; constructor({ page, output, filename, lazyImport }: UxPlugin.PluginParams); apply(compiler: any): void; buildRouter(): void; }