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
Yes, the previous version in which this bug was not present was: 7.1.4
Description
Whenever I tried to build my app, using CLI if we use command ng build --prod it will emit 2 empty/blank lines.
And if I remove --prod from the command these empty/blank lines are gone.
🔬 Minimal Reproduction
This issue can be reproducible in new app created with ng new <appname>.
Just after creating new app. run the following commands and see the difference.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 7.1.4
Description
Whenever I tried to build my app, using CLI if we use command
ng build --prod
it will emit 2 empty/blank lines.And if I remove
--prod
from the command these empty/blank lines are gone.🔬 Minimal Reproduction
This issue can be reproducible in new app created with
ng new <appname>
.Just after creating new app. run the following commands and see the difference.
ng build --prod
ng build
🔥 Exception or Error
See the blank lines on screen capture...
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: