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) 162 B
import { Output } from 'webpack'; import { WebpackGenius } from '../WebpackGenius'; export declare const setOutput: (_: Output, genius: WebpackGenius) => Output;