UNPKG

@storybook/builder-webpack4

Version:
10 lines (9 loc) 219 B
export declare const createBabelLoader: (options: any, framework: string) => { test: RegExp; use: { loader: string; options: any; }[]; include: string[]; exclude: RegExp; };