Skip to content

Commit

Permalink
nit: Don't recompute filename hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mbudde committed Sep 18, 2019
1 parent b930486 commit 465922f
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 465922f

Please sign in to comment.