I got something like this:
ng build --prod --no-aot
But I am not able to understand what is the difference between
ng build --prod
and
ng build --prod --no-aot
Use the following command to disable AOT mode:
$ ng build --prod --aot=false --build-optimizer=false