parkji / grunt-jasmine-webpack

MIT License
3 stars 8 forks source link

Pull spec files from webpack stats #15

Closed mattberkowitz closed 6 years ago

mattberkowitz commented 8 years ago

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

mattberkowitz commented 8 years ago

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