UNPKG

hot-accept-webpack-plugin

Version:

With ease add HMR accepting code to need modules

9 lines (8 loc) 283 B
import { ModifySourcePlugin } from 'modify-source-webpack-plugin'; export declare type Options = { test: string | RegExp | (string | RegExp)[]; debug?: boolean; }; export declare class HotAcceptPlugin extends ModifySourcePlugin { constructor(options: Options); }