UNPKG

extension-develop

Version:
8 lines (7 loc) 239 B
import { type Compiler } from '@rspack/core'; export declare class WarnUponFolderChanges { private readonly manifestPath; constructor(manifestPath: string); private throwCompilationError; apply(compiler: Compiler): void; }