UNPKG

next

Version:

The React Framework

9 lines (8 loc) 230 B
import { webpack } from 'next/dist/compiled/webpack/webpack'; export default class BuildStatsPlugin { private distDir; constructor(options: { distDir: string; }); apply(compiler: webpack.Compiler): void; }