When I do normal build by:
ng build
I get files:
Initial Chunk Files | Names | Size
main.67a03e810140e0bd.js | main | 132.08 kB
polyfills.881fa69e872290d9.js | polyfills | 36.19 kB
runtime.3b2ac8c1adcf7f83.js | runtime | 1.04 kB
styles.ef46db3751d8e999.css | styles | 0 bytes
how to delete that ".67a03e810140e0bd." etc ?
PS. Its been made in .NET app if that matter