Initial boiler plate project
This commit is contained in:
13
node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.d.ts
generated
vendored
Normal file
13
node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.d.ts
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
type Options = {
|
||||
dev: boolean;
|
||||
};
|
||||
export type AppBuildManifest = {
|
||||
pages: Record<string, string[]>;
|
||||
};
|
||||
export declare class AppBuildManifestPlugin {
|
||||
private readonly dev;
|
||||
constructor(options: Options);
|
||||
apply(compiler: any): void;
|
||||
private createAsset;
|
||||
}
|
||||
export {};
|
||||
Reference in New Issue
Block a user