79624349

Date: 2025-05-16 01:27:09
Score: 0.5
Natty:
Report link

I had success reducing the amount of memory taken up by ng build by changing some settings in angular.json. These are the ones that reduced memory:

vendorChunk: false
optimization: true

then removed the sourceMap option, which should stop Angular from supplying sourcemaps for vendor files

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SubJunk