so far the smallest bundle I can create with angular cli is by running
ng build --aot true -prod
I was wondering if the build process also removes unused css classes e.g. from bootstrap?
If not how can I add libraries like purifycss to it?
EDIT April 2018
I still did not find any satisfying solution to his problem, especially one that is compatible with the lazy loading modules with angular...
Cheers