We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b236b9 commit 486ffb8Copy full SHA for 486ffb8
lib/AsyncDependenciesBlock.js
@@ -23,7 +23,7 @@ module.exports = class AsyncDependenciesBlock extends DependenciesBlock {
23
hash.update(this.chunkName || "");
24
hash.update(this.chunks && this.chunks.map((chunk) => {
25
return typeof chunk.id === "number" ? chunk.id : "";
26
- }).join(",").replace(/,\s*$/, "") || "");
+ }).join(",") || "");
27
super.updateHash(hash);
28
}
29
disconnect() {
0 commit comments