With Angular-cli the builded filename is main.[hash].bundle.js when use ng build -prod Is it possible to remove the hash form this filename. So just main.
ng build -prod
main.
try using:
ng build --prod --output-hashing none