How to modify/extend a new Angular CLI 1.6 (and later) project so after running ng build --prod
we also generate a ZIP archive of the production website?
I want it to be an integral part of the CLI build process, if possible, and not a custom external solution (which I'm currently using).