UNPKG

next

Version:

The React Framework

8 lines (7 loc) 300 B
import { webpack } from 'next/dist/compiled/webpack/webpack'; export declare class NextJsRequireCacheHotReloader implements webpack.Plugin { prevAssets: any; previousOutputPathsWebpack5: Set<string>; currentOutputPathsWebpack5: Set<string>; apply(compiler: webpack.Compiler): void; }