Skip to main content
webpack / RuleSetUse

Type Alias: RuleSetUse

RuleSetUse = 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; }; }
Defined in: webpack/types.d.ts:16450

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?

optional ident: string
Unique loader options identifier.

loader?

optional loader: string
Loader name.

options?

optional options: string | {[index: string]: any; }
Loader options.