You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create project.
Build/serve project.
Look in output window of IDE.
Notice missing output. This used to be a long list of stuff, like all the files being processed, chunked, UglifyJS, etc, basically the compiler (webpack?) output. This just started happening within the past few days.
Desired functionality
Restore the output or please clarify reason of removal.
The text was updated successfully, but these errors were encountered:
#11805 changed the default behaviour for non-TTY terminals. You can set progress: true in your options object of your build target in your angular.json file and that should override the setting.
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
NodeJS: 10.8.0
npm: 6.2.0
CLI: 6.1.3
Repro steps
Create project.
Build/serve project.
Look in output window of IDE.
Notice missing output. This used to be a long list of stuff, like all the files being processed, chunked, UglifyJS, etc, basically the compiler (webpack?) output. This just started happening within the past few days.
Desired functionality
Restore the output or please clarify reason of removal.
The text was updated successfully, but these errors were encountered: