mirror of https://github.com/webpack/webpack.git
Fix error in watch mode
This commit is contained in:
parent
a14f7a5f30
commit
027967903e
|
|
@ -31,6 +31,6 @@ AsyncDependenciesBlock.prototype.updateHash = function updateHash(hash) {
|
|||
};
|
||||
|
||||
AsyncDependenciesBlock.prototype.disconnect = function() {
|
||||
this.chunk = null;
|
||||
this.chunks = null;
|
||||
DependenciesBlock.prototype.disconnect.call(this);
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue