.
This commit is contained in:
Generated
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
import type { webpack } from 'next/dist/compiled/webpack/webpack';
|
||||
type Compiler = webpack.Compiler;
|
||||
type WebpackPluginInstance = webpack.WebpackPluginInstance;
|
||||
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