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) 165 B
import { PluginHandle } from './PluginHandle'; import { Plugin } from 'webpack'; export declare class ReactRefresh extends PluginHandle { collect(): Plugin[]; }