📜  ng build add ram - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:52.784000             🧑  作者: Mango

代码示例1
"scripts": {
  ...
  "build": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --prod",
  ...