I’ve tried upgrading my app to v6 using the migration guide but I’m having an issue where running ionic serve builds the app fine without error however when viewing in the browser I get the dreaded blank/empty screen.
There are no errors in the console, no errors loading any resources.
Debugging in VS Code I get the following exceptions
I can’t even make sense of the error, I see it’s part of core-js but that doesn’t really mean much to me. I’ve tried removing and installing npm including all modules but nothing. Is there a command I can run to provide more detail when running ionic serve that would give you more information?