Type alias RuleSetUseItem
RuleSetUseItem: string | { ident?: string; loader?: string; options?: string | { [
index:
string]
: any; }; } | __TypeWebpackOptions
Type declaration
-
Optional ident?: string
-
Optional loader?: string
-
Optional options?: string | {
[index: string]: any;
}
Unique loader options identifier.