UNPKG

webpack-genius

Version:

**For chinese developers:** you'd better add taobao mirror before everything start. Or you may fail to install. ```bash yarn config set registry http://registry.npm.taobao.org ```

4 lines (3 loc) 176 B
import { Options } from 'webpack'; import { WebpackGenius } from '../WebpackGenius'; export declare const setStats: (_: Options.Stats, genius: WebpackGenius) => Options.Stats;