extension-develop
Version:
The develop step of Extension.js
10 lines (9 loc) • 336 B
TypeScript
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;
}