UNPKG

react-app-rewire-multiple-entry

Version:
16 lines (15 loc) 306 B
export interface EntryParam { entry: string; template?: string; outPath?: string; omitHash?: boolean; } export interface EntryWebpack { name: string; entry: string; template: string; outPath: string; } export interface EntryMap { [key: string]: string; }