I am trying to run angular universal but I am getting errors witch I cant understand because there are no sourceMaps. I am only getting that is at main.js.
this is how i build the project ng build --source-map=true
and then run angular universal npm run dev:ssr which is ng run frontend:serve-ssr
What I should do differently to get source maps and be able to debug errors?