File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ class HtmlWebpackChildCompiler {
115
115
this . compilationStartedTimestamp = new Date ( ) . getTime ( ) ;
116
116
this . compilationPromise = new Promise ( ( resolve , reject ) => {
117
117
const extractedAssets = [ ] ;
118
- childCompiler . hooks . compilation . tap ( 'HtmlWebpackPlugin' , ( compilation ) => {
118
+ childCompiler . hooks . thisCompilation . tap ( 'HtmlWebpackPlugin' , ( compilation ) => {
119
119
compilation . hooks . processAssets . tap (
120
120
{
121
121
name : 'HtmlWebpackPlugin' ,
Original file line number Diff line number Diff line change 46
46
"standard-version" : " 9.0.0" ,
47
47
"style-loader" : " 0.23.1" ,
48
48
"typescript" : " 4.0.3" ,
49
- "webpack" : " 5.1.0 " ,
49
+ "webpack" : " 5.1.2 " ,
50
50
"webpack-recompilation-simulator" : " 3.2.0"
51
51
},
52
52
"dependencies" : {
58
58
"tapable" : " 2.0.0"
59
59
},
60
60
"peerDependencies" : {
61
- "webpack" : " ^5.1.0 "
61
+ "webpack" : " ^5.1.2 "
62
62
},
63
63
"keywords" : [
64
64
" webpack" ,
You can’t perform that action at this time.
0 commit comments