Closed
Description
As I can tell this is a long running issue (gag at this point). html-webpack-plugin
doesn't work at all with AggressiveSplittingPlugin
as specified in #850, #804, #738, #670, #599, and #446.
From what I can tell, chunks are being pointlessly removed because they don't have a name.
After going through the plugin and running a couple of tests I'm not even certain that using the name as the unique identifier is a good idea. That's what the hash
property is for. Subsequently changing to hash
seems to work fine.
Is there any reason not to use that? Cause if there isn't I'd gladly create a PR for it.
Metadata
Metadata
Assignees
Labels
No labels