Skip to content

Commit

Permalink
Merge pull request #9709 from mbudde/patch-1
Browse files Browse the repository at this point in the history
nit: Don't recompute filename hash
  • Loading branch information
sokra committed Sep 23, 2019
2 parents b07d3b6 + 465922f commit a97e8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/optimize/SplitChunksPlugin.js
Expand Up @@ -177,7 +177,7 @@ module.exports = class SplitChunksPlugin {
name =
name.slice(0, sliceLength) +
automaticNameDelimiter +
hashFilename(name);
hashedFilename;
}
cacheEntry[cacheGroup] = name;
return name;
Expand Down

0 comments on commit a97e8d6

Please sign in to comment.