在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
原文地址:https://www.cnblogs.com/MainActivity/p/11498027.html
时间: 2024-11-06 17:13:05