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) 171 B
import { WebpackGenius } from '../WebpackGenius'; import { Configuration } from 'webpack'; export declare const setMode: (genius: WebpackGenius) => Configuration['mode'];