-
Notifications
You must be signed in to change notification settings - Fork 12k
Not showing webpack compilation warnings #7213
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
Comments
cc @filipesilva |
(Hm...or maybe there are no warnings and the message is wrong. Not sure how to find out.) |
There are errors. Might be just a circular dependency error, but it exists. I had similar trouble last week. |
Yeah, they were circular dependency warnings. If there are errors too, the warnings are shown along with the errors. But if there are only warnings, nothing is shown. |
The new function already correctly prints warnings/errors. Followup to angular#6989 Fix angular#7213
Errors and warnings neet to be printed separately. Followup to angular#6989 Fix angular#7213
Errors and warnings neet to be printed separately. Followup to angular#6989 Fix angular#7213
Errors and warnings neet to be printed separately. Followup to angular#6989 Fix angular#7213
@filipesilva @hansl Could this be made configurable at all? I have lots of the fake errors stemming from #2034, and I actually enjoyed having the warning output rather limited. Not only did you guys bring back the first line of the warnings (how it use to be), but you also added the whole stack traces as well. So now I have a giant wall of stack traces every time I make a change. |
Bump. I realize we don't want to expose webpack until 2.0, but silencing the warnings can be done without exposing webpack. Also, what is the timeline for 2.0? Lastly, this has some technical merit in addition to being a convenience: Right now I'm trying to debug an issue during init which throws so many warnings it pushes the error above the scrollable range for my CLI. The solution would be to use a logger, but because the err is happening in init I'm not currently able to use my logger. Totally my issue to work out but this feature would assist. |
Errors and warnings neet to be printed separately. Followup to angular#6989 Fix angular#7213
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
After upgrading to 1.3.0-rc.3 and doing some bad things,
ng serve
outputs:But no warnings are printed 😞
(I encountered the issue with there changes, but any changes creating warnings should do.)
The log given by the failure.
N/A
The text was updated successfully, but these errors were encountered: