UNPKG

rollup-plugin-webpack-stats

Version:

Rollup/Vite/Rolldown plugin to generate a stats JSON file with a bundle-stats webpack-compatible structure

9 lines 259 B
//#region src/write.d.ts type StatsWriteResponse = { filepath: string; content: string; }; type StatsWrite = (filepath: string, stats: Record<string, unknown>) => StatsWriteResponse; //#endregion export { StatsWrite }; //# sourceMappingURL=write.d.cts.map