Bug Report or Feature Request (mark with an x)
- [x] bug report -> please search issues before submitting
- [ ] feature request
Command (mark with an x)
- [ ] new
- [x] build
- [x] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
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.
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.