Closed danpoq closed 4 years ago
@danpoq Thanks for opening this PR a while back, and I'm sorry that it didn't get attention sooner. We've landed a major refactor in #222 that has resulted in some significant conflicts. Would you be interested in reworking your PR on top of the new codebase?
Closing as abandoned
These changes add a new option called
groupByEntry
.When enabled the manifest will be grouped by each key in the entry if it's an object.
The following config:
Will produce:
Looks like this was actually already suggested in a similar PR by @jacobwindsor https://github.com/danethurber/webpack-manifest-plugin/pull/113#issuecomment-355940245.
Added a unit test that proves that the manifest will match this use case.