mirror of https://github.com/webpack/webpack.git
Merge pull request #9709 from mbudde/patch-1
nit: Don't recompute filename hash
This commit is contained in:
commit
a97e8d6516
|
|
@ -177,7 +177,7 @@ module.exports = class SplitChunksPlugin {
|
|||
name =
|
||||
name.slice(0, sliceLength) +
|
||||
automaticNameDelimiter +
|
||||
hashFilename(name);
|
||||
hashedFilename;
|
||||
}
|
||||
cacheEntry[cacheGroup] = name;
|
||||
return name;
|
||||
|
|
|
|||
Loading…
Reference in New Issue