UNPKG

react-app-rewire-multiple-entry

Version:
18 lines (15 loc) 287 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 }