UNPKG

599 BTypeScriptView Raw
1import Config from 'webpack-chain';
2import { Config as Args } from '../commands/args';
3export declare const sourceMaps: (config: Config, args: Args) => void;
4export declare const js: (config: Config, args: Args) => void;
5export declare const mdx: (config: Config, args: Args) => void;
6export declare const setupHappypack: (config: Config, args: Args, babelrc: any) => void;
7export declare const images: (config: Config) => void;
8export declare const svg: (config: Config) => void;
9export declare const media: (config: Config) => void;
10export declare const fonts: (config: Config) => void;