slightning-coco-widget--webpack
Version:
SLIGHTNING 的 CoCo 控件框架 —— webpack 相关工具。
14 lines (13 loc) • 499 B
TypeScript
import type * as webpack from "webpack";
export declare const WrapperParamArray: string[];
export declare const WrapperArgumentArray: string[];
export interface WrapperPluginOptions {
test: RegExp;
stringify: boolean;
catchError: boolean;
}
export declare class WrapperPlugin implements webpack.WebpackPluginInstance {
readonly options: WrapperPluginOptions;
constructor(options?: Partial<WrapperPluginOptions> | null | undefined);
apply(compiler: webpack.Compiler): void;
}