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
The file you are using to import is the type definitions file with the extension .d.js.
type definitions
.d.js
You should import from the .ts file instead. Check the folder and you should get it
.ts