I have a very weird error with my Angular 14 App: Whenever I open it In mobile browsers (Chrome, Safari, Firefox) I see only a blank screen. I’ve checked the console (with chrome://inspect) and there’s no error in the console. Also, on Browsers (non mobile) it works perfectly. The only error I’m seeing in the console is “exports is not defined”, but still it works perfectly.
I have no polyfills activated, but that should be no problem, since it’s only for downwards compatibility (or am I wrong?)
Does anybody have an idea?