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

Fix pack and makeAll to display the modules #591

Merged
merged 2 commits into from Mar 8, 2021
Merged

Fix pack and makeAll to display the modules #591

merged 2 commits into from Mar 8, 2021

Conversation

dpvc
Copy link
Member

@dpvc dpvc commented Feb 18, 2021

OK, I see now why you changed the --display-modules option, since it has been removed in web pack v5. This PR adjusts the pack and makeAll commands to display the modules again using information from webpack --json (which was the only way I could find to get the information reliably). Because the data is so large, I had to change from execSync to spawn and use promises to handle the IO.

…anged its output (and no longer supports --display-modules).
@dpvc dpvc requested a review from zorkow February 18, 2021 00:30
@dpvc dpvc added this to the 3.1.3 milestone Mar 3, 2021
Copy link
Member

@zorkow zorkow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

@dpvc dpvc merged commit f15fa96 into develop Mar 8, 2021
@dpvc dpvc deleted the fix-pack branch March 8, 2021 19:44
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.

None yet

2 participants