UNPKG

extension-develop

Version:
10 lines (9 loc) 321 B
import { type Compiler } from '@rspack/core'; import { PluginInterface } from '../webpack-types'; export declare class CssPlugin { static readonly name: string; readonly manifestPath: string; constructor(options: PluginInterface); private configureOptions; apply(compiler: Compiler): Promise<void>; }