Type Alias: RuleSetUseFunction()
RuleSetUseFunction = (Defined in: webpack/types.d.ts:20102data) =>string|RuleSetUseFunction| {ident?:string;loader?:string;options?:string| {[index:string]:any; }; } | (undefined|null|string|false|0|RuleSetUseFunction| {ident?:string;loader?:string;options?:string| {[index:string]:any; }; })[]
Parameters
data
EffectData
Returns
string
RuleSetUseFunction
{ ident?: string; loader?: string; options?: string | {[index: string]: any; }; }
ident?
Unique loader options identifier.optionalident:string
loader?
Loader name.optionalloader:string
options?
Loader options. (optionaloptions:string| {[index:string]:any; }
undefined | null | string | false | 0 | RuleSetUseFunction | { ident?: string; loader?: string; options?: string | {[index: string]: any; }; })[]