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

feat(webpack-cli): stats #1299

Merged
merged 7 commits into from Mar 9, 2020
Merged

Conversation

ematipico
Copy link
Contributor

@ematipico ematipico commented Mar 6, 2020

What kind of change does this PR introduce?

It implements the stats option for webpack via CLI.
Closes #1298

Did you add tests for your changes?
Yes

If relevant, did you update the documentation?
Yes

Summary
These options https://webpack.js.org/configuration/stats/#stats are now passed to the compiler via CLI.

I also removed the "fancy" output with the table. I had a discussion with the core maintainers about the library. The CLI should not alter the output of the compiler. I left --pretty as option, so we can still use but it is experimental.

Does this PR introduce a breaking change?

Kind of because it removed --standard flag.

Other information

@webpack-bot
Copy link

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

usage: 'webpack --verbose',
type: Boolean,
group: DISPLAY_GROUP,
description: 'It tells to webpack to output all the information',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
description: 'It tells to webpack to output all the information',
description: 'It tells webpack to output all the information',

@webpack-bot
Copy link

@ematipico Thanks for your update.

I labeled the Pull Request so reviewers will review it again.

@jamesgeorge007 Please review the new changes.

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

Successfully merging this pull request may close these issues.

[ENHANCEMENT]: Use stats for outputting
3 participants