79320305

Date: 2024-12-31 15:41:04
Score: 1.5
Natty:
Report link

I want to provide additional information about this, in case someone else runs into this issue.

While I still don't know the cause, I found that changing the production optimization settings in angular.json fixes the issue, or at least avoids it. Previously, I simply has optimization:true. Here are the settings I am now using:

 "optimization": {
                                "scripts": true,
                                "styles": {
                                    "minify": true,
                                    "inlineCritical": false
                                },
                                "fonts": true
                            },
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: JackDogStar