UNPKG
hot-accept-webpack-plugin
Version:
latest (4.0.2)
next (4.0.0-beta.2)
4.0.2
4.0.1
4.0.0
4.0.0-beta.2
4.0.0-beta.1
4.0.0-beta.0
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.2.0-beta.6
1.2.0-beta.5
1.2.0-beta.4
1.2.0-beta.3
1.2.0-beta.2
1.2.0-beta.1
1.2.0-beta.0
1.1.2
1.1.1
1.1.0
1.0.0
With ease add HMR accepting code to need modules
artembatura/hot-accept-webpack-plugin
hot-accept-webpack-plugin
/
build
/
HotAcceptPlugin.d.ts
9 lines
(8 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
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
); }