I've created a new Angular 4 project with the angular-cli...
ng new angular-tour-of-heroes
...and I wonder why the node folder is so heavy - between 160 and 200 Mo - and how to reduce it?
I understand that a framework needs a lot of vendors and code to work... but I was accustomed to small sized javascript projects, and even if it's a development environment, why should I need non-minified files for vendors that only angular uses (and test folders, and readme...)?