在package.json 中添加
"scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "buildTest": "ng build --build--optimizer --aot ", "buildProd":"node --max-old-space-size=8000 node_modules\@angular\cli\bin\ng build --prod --build--optimizer --aot", "e2e": "ng e2e" },
"buildProd":"node --max-old-space-size=8000 node_modules\@angular\cli\bin\ng build --prod --build--optimizer --aot",
使用
npm run buildProd