ng build add ram code example
Example: ng build add ram
"scripts": {
...
"build": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --prod",
...
"scripts": {
...
"build": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --prod",
...