Skip to content

Commit aa944c2

Browse files
committed
Merge pull request webpack#121 from jhnns/fix-hcr-with-chunks
Fixed a bug where finishChunkLoading() was accidentally called twice
2 parents 6de5bb1 + c52e8d7 commit aa944c2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/HotModuleReplacementPlugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ var hotInitCode = function() {
216216
} finally {
217217
finishChunkLoading();
218218
}
219-
finishChunkLoading();
220219
function finishChunkLoading() {
221220
hotChunksLoading--;
222221
if(hotStatus === "prepare") {

0 commit comments

Comments
 (0)