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

6 lines (5 loc) 240 B
import 'v8-compile-cache'; import './misc/module'; import { WebpackGenius } from "./WebpackGenius"; declare const webpackGenius: (port?: number, fn?: ((genius: WebpackGenius) => void) | undefined) => Function; export default webpackGenius;