UNPKG

extension-develop

Version:
10 lines (9 loc) 336 B
import { Compiler } from '@rspack/core'; import { type PluginInterface } from '../../../reload-types'; export declare class ApplyManifestDevDefaults { private readonly manifestPath?; private readonly browser; constructor(options: PluginInterface); private generateManifestPatches; apply(compiler: Compiler): void; }