UNPKG

next

Version:

The React Framework

17 lines (16 loc) 519 B
import { webpack } from 'next/dist/compiled/webpack/webpack'; export declare type PagesManifest = { [page: string]: string; }; export default class PagesManifestPlugin implements webpack.Plugin { serverless: boolean; dev: boolean; isEdgeRuntime: boolean; constructor({ serverless, dev, isEdgeRuntime, }: { serverless: boolean; dev: boolean; isEdgeRuntime: boolean; }); createAssets(compilation: any, assets: any): void; apply(compiler: webpack.Compiler): void; }