UNPKG

webpack-plugin-modify-entrypoints

Version:
7 lines (6 loc) 224 B
export const raw = false; const modifyEntryPointsLoader = async function (source) { const options = this.getOptions(); return await options.modify(source, options.details); }; export default modifyEntryPointsLoader;