I am facing an issue when I try to build my app using the following command :
ionic cordova run android --prod --release
Everything runs fine if
Changed declarations to pages like below and it worked.
declarations: pages
I got the answer at :https://forum.ionicframework.com/t/error-while-running-the-ionic3-app-in-production-mode/106294