After making some changes in my TypeScript files, each build takes over 20 minutes.
I run this command: ng build --output-path=..\\..\\static\\angularjs
.
This reduced my build time to 50%
"optimization": false,
"outputHashing": "none",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"showCircularDependencies": false,
"aot": true,
"extractLicenses": false,
"statsJson": false,
"progress": false,
"vendorChunk": true,
"buildOptimizer": false,