Closed bholloway closed 8 years ago
@Duan112358 Can you expand on the problem you posed in the webpack issue if it is relevant here.
Ideally with an open source example we can look at.
Removing this PR based on the response to the question I posed.
Essentially if you use webpack-md5-hash plugin the problem goes away.
The
mainTemplate
chunk hash includes the hashes of other chunks on the presumption that it contains the chunk manifest.A monkey-patch of
MainTemplate.updateHashForChunk()
such that it does not call the"hash-for-chunk"
extensibility point.Proposed as solution for issue #7.