I got something like this:
ng build --prod --no-aot
But I am not able to understand what is the difference between
ng build --
Just run command ng build -prod -aot=false. This will disable the aot compiler.
ng build -prod -aot=false