We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
--json flag does not work.
What is the current behavior?
--json flag is not respected by the cli, tests are also skipped.
To Reproduce
Steps to reproduce the behavior:
webpack-cli --json
Expected behavior
Should output the JSON data from the compiler.
Screenshots
NA
Please paste the results of webpack-cli info here, and mention other relevant information
webpack-cli info
Additional context
The text was updated successfully, but these errors were encountered:
It's working fine with CLI version3.3.11.
3.3.11
Sorry, something went wrong.
Seems broken with next, can you verify?
yup. It's broken.
Right, tests are also being skipped, will enable them too.
anshumanv
Successfully merging a pull request may close this issue.
Describe the bug
--json flag does not work.
What is the current behavior?
--json flag is not respected by the cli, tests are also skipped.
To Reproduce
Steps to reproduce the behavior:
webpack-cli --json
Expected behavior
Should output the JSON data from the compiler.
Screenshots
NA
Please paste the results of
webpack-cli info
here, and mention other relevant informationAdditional context
The text was updated successfully, but these errors were encountered: