extension-develop
Version:
The develop step of Extension.js
10 lines (9 loc) • 340 B
TypeScript
import { Compiler } from '@rspack/core';
import { FilepathList, PluginInterface } from '../../../webpack-types';
export declare class UpdateManifest {
readonly manifestPath: string;
readonly excludeList?: FilepathList;
constructor(options: PluginInterface);
private applyDevOverrides;
apply(compiler: Compiler): void;
}