-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
Bug: webpack-cli --verbose throws TypeError: Cannot set property 'stats' of undefined #1443
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
What is the current behavior?
webpack-cli --verbose
orwebpack-cli --verbose --stats verbose
throws an error described below.To Reproduce
Steps to reproduce the behavior:
Use either verbose flag or verbose flag with some value of stats flag.
Expected behavior
Using verbose flags should output everything. If the verbose flag is used with stats flag then it should also output everything if the stats has a valid flag value else, it should also throw a warning if the stats flag value is not a valid one.
Screenshots
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: