79094626

Date: 2024-10-16 14:57:41
Score: 1.5
Natty:
Report link

Aedvald Tseh's answer did help me so thanks for that. However, I found that the following finer-grained configuration also corrects this error but allows for some of the production optimization:

              "optimization": {
              "scripts": true,
              "styles": {
                "minify": true,
                "inlineCritical": false
              },
              "fonts": true
            },

For info see the Angular documentation: Angular doc on optimization

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): help me
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: plex4r