I have observed that whenever we build angular apps it creates a fresh output directory every time and deletes previous existing folders.
Why does not it deletes directory content and re use that folder?
My thought process is like even if it finds some caching issue as said in one of issues raised in angular-cli, deleting all content is still a fine solution.