I managed to solve this by setting the browser to "" in angular.json build section
"outputPath": { "base": "dist/my-app", "browser": "" },
insanely stupid bug