UNPKG

react-zeroconfig

Version:
8 lines (7 loc) • 276 B
import { RuleSetCondition, RuleSetRule } from 'webpack'; export declare function getWebpackMDXLoaders({ test, cwd, mdxLoaderOptions, targets, }: { test?: RuleSetCondition; cwd: string; mdxLoaderOptions?: object; targets?: string | string[]; }): RuleSetRule[];