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

11 lines (10 loc) 209 B
declare const _default: (_: any, { entries }: { entries: string[]; }) => { visitor: { Program(path: any, { file }: { file: any; }): void; }; }; export default _default;