%PDF- %PDF-
Direktori : /var/www/html/node_modules/next/dist/build/webpack/plugins/ |
Current File : /var/www/html/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.d.ts |
declare type Options = { dev: boolean; }; export declare type AppBuildManifest = { pages: Record<string, string[]>; }; export declare class AppBuildManifestPlugin { private readonly dev; constructor(options: Options); apply(compiler: any): void; private createAsset; } export {};