UNPKG

extension-develop

Version:
8 lines (7 loc) 257 B
import { Compiler } from '@rspack/core'; import { type PluginInterface } from '../../../webpack-types'; export declare class EmitManifest { readonly manifestPath: string; constructor(options: PluginInterface); apply(compiler: Compiler): void; }