码迷,mamicode.com
首页 > 其他好文 > 详细

angular8 打包时 文件过大 导致内存溢出解决方案(记录)

时间:2019-09-10 16:20:36      阅读:534      评论:0      收藏:0      [点我收藏+]

标签:asc   java   mod   json   scripts   导致   使用   --   size   

在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

angular8 打包时 文件过大 导致内存溢出解决方案(记录)

标签:asc   java   mod   json   scripts   导致   使用   --   size   

原文地址:https://www.cnblogs.com/MainActivity/p/11498027.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!