One thing I'm not 100% clear on is if an entry imports additional modules, do those show up in the stats.compilation.assets object? If so, they'll need to be filtered out. I'm going to be converting my actual tests over today and I should see from that if there needs to be additional tweaking
It does seem that assets/chunks that are emitted by webpack as part of it's bundling process are included in stats.compilation.assets so this will need some additional work
To resolve #14
Tests seem to pass (or fail) as expected.
One thing I'm not 100% clear on is if an entry imports additional modules, do those show up in the
stats.compilation.assets
object? If so, they'll need to be filtered out. I'm going to be converting my actual tests over today and I should see from that if there needs to be additional tweaking