%PDF- %PDF-
Direktori : /var/www/html/node_modules/next/dist/build/webpack/plugins/ |
Current File : /var/www/html/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.d.ts |
import type { webpack } from 'next/dist/compiled/webpack/webpack'; declare type Compiler = webpack.Compiler; declare type WebpackPluginInstance = webpack.WebpackPluginInstance; export declare class NextJsRequireCacheHotReloader implements WebpackPluginInstance { prevAssets: any; hasServerComponents: boolean; constructor(opts: { hasServerComponents: boolean; }); apply(compiler: Compiler): void; } export {};