When I am trying to run npm run ionic:build --prod, it is giving me below errors:
npm run ionic:build --prod
Error: Cannot determine the module for class OverlayPor
I ran into this same error. For me it was due to inconsistent Ionic imports (some from top-level ionic-angular, and some importing directly from the component, e.g. ionic-angular/components/loading/loading-controller).
ionic-angular
ionic-angular/components/loading/loading-controller
https://stackoverflow.com/a/50858210/6599076