I encountered a similar issue using production mode.
In angular.json, I added "sourceMap": true to the production configuration, and this gave me little more info where the cause of my problem was situated...
...
"configurations": {
"production": {
"sourceMap": true,
"budgets": [
...