next
Version:
The React Framework
11 lines (10 loc) • 365 B
TypeScript
import { webpack } from 'next/dist/compiled/webpack/webpack';
export declare type PagesManifest = {
[page: string]: string;
};
export default class PagesManifestPlugin implements webpack.Plugin {
serverless: boolean;
constructor(serverless: boolean);
createAssets(compilation: any, assets: any): void;
apply(compiler: webpack.Compiler): void;
}