create project
This commit is contained in:
16
kitabcitab/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts
generated
vendored
Normal file
16
kitabcitab/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import { webpack } from 'next/dist/compiled/webpack/webpack';
|
||||
export declare type PagesManifest = {
|
||||
[page: string]: string;
|
||||
};
|
||||
export default class PagesManifestPlugin implements webpack.WebpackPluginInstance {
|
||||
dev: boolean;
|
||||
isEdgeRuntime: boolean;
|
||||
appDirEnabled: boolean;
|
||||
constructor({ dev, isEdgeRuntime, appDirEnabled, }: {
|
||||
dev: boolean;
|
||||
isEdgeRuntime: boolean;
|
||||
appDirEnabled: boolean;
|
||||
});
|
||||
createAssets(compilation: any, assets: any): void;
|
||||
apply(compiler: webpack.Compiler): void;
|
||||
}
|
||||
Reference in New Issue
Block a user