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 ```

3 lines (2 loc) 116 B
import { WebpackGenius } from '../WebpackGenius'; export declare const getEntry: (genius: WebpackGenius) => string;