UNPKG

extension-develop

Version:
10 lines (9 loc) 363 B
import { type Compiler } from '@rspack/core'; import { type PluginInterface, type Manifest } from '../webpack-types'; export declare class BrowserSpecificFieldsPlugin { private readonly browser; private readonly manifestPath; constructor(options: PluginInterface); patchManifest(manifest: Manifest): string; apply(compiler: Compiler): void; }