UNPKG

next-bundle-analyzer

Version:
4 lines (3 loc) 203 B
import type { StatsCompilation } from 'webpack'; import type { ChunkGroup } from '../../interfaces/BuildStats'; export declare function updateGroups(groups: ChunkGroup[], stats: StatsCompilation): void;