Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull spec files from webpack stats #15

Conversation

mattberkowitz
Copy link
Contributor

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use webpack's internal output filename formatter for specFile extension
1 participant