__TypeWebpackOptions: ((data) => string | {
    ident?: string;
    loader?: string;
    options?: string | {
        [index: string]: any;
    };
} | __TypeWebpackOptions | RuleSetUseItem[])

Type declaration

    • (data): string | {
          ident?: string;
          loader?: string;
          options?: string | {
              [index: string]: any;
          };
      } | __TypeWebpackOptions | RuleSetUseItem[]
    • Parameters

      • data: object

      Returns string | {
          ident?: string;
          loader?: string;
          options?: string | {
              [index: string]: any;
          };
      } | __TypeWebpackOptions | RuleSetUseItem[]

Generated using TypeDoc