Initial boiler plate project
This commit is contained in:
14
node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.d.ts
generated
vendored
Normal file
14
node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.d.ts
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
import type { webpack } from 'next/dist/compiled/webpack/webpack';
|
||||
type Compiler = webpack.Compiler;
|
||||
type WebpackPluginInstance = webpack.WebpackPluginInstance;
|
||||
export declare function deleteAppClientCache(): void;
|
||||
export declare function deleteCache(filePath: string): void;
|
||||
export declare class NextJsRequireCacheHotReloader implements WebpackPluginInstance {
|
||||
prevAssets: any;
|
||||
serverComponents: boolean;
|
||||
constructor(opts: {
|
||||
serverComponents: boolean;
|
||||
});
|
||||
apply(compiler: Compiler): void;
|
||||
}
|
||||
export {};
|
||||
Reference in New Issue
Block a user