UNPKG

next-bundle-analyzer

Version:
4 lines (3 loc) 244 B
import type { Options } from './plugin/interfaces/Options'; export type { BuildStats, ChunkGroup, CommonChunk, Page, } from './interfaces/BuildStats'; export default function withNextBundleAnalyzer(options: Options): (nextConfig?: any) => any;