generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
Generated
Vendored
+14
@@ -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