UNPKG

webpack-plugin-modify-entrypoints

Version:
6 lines (5 loc) 173 B
export type ModifyDetails = { userRequest: string; entryKey: string; }; export type ModifyFn = (source: string, details: ModifyDetails) => string | Promise<string>;