Type Alias: RuleSetUse
RuleSetUse =Defined in: webpack/types.d.ts:16450string| (undefined|null|string|false|0|RuleSetUseFunction| {ident?:string;loader?:string;options?:string| {[index:string]:any; }; })[] |RuleSetUseFunction| {ident?:string;loader?:string;options?:string| {[index:string]:any; }; }
Type Declaration
string
(undefined | null | string | false | 0 | RuleSetUseFunction | { ident?: string; loader?: string; options?: string | {[index: string]: any; }; })[]
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; }