Skip to content

Plugin not functional with AggressiveSplittingPlugin plugin #889

Closed
@NullDivision

Description

@NullDivision

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions