ionic cordova build android --prod --ngc
could work. I don’t know what ngc flag does but it has to do with the angular compiler.
Edit:
My fault, ngc flag activates aot compiling so you can build dev builds with aot.
You find the tags here, but its missing a description: