搜尋

首頁  >  問答  >  主體

javascript - angular-cli使用ng build --prod 和ng build --prod --aot 打包檔案大小相同?

  1. 我的完整專案使用ng build --prod編譯後大小是1713k,如圖所示

  2. 使用ng build --prod --aot 之後大小還是1713k;

  3. --aot 還需要別的設定參數才能有效嗎?

4.或者說,使用--aot參數之前,還要先進行搖樹優化?

天蓬老师天蓬老师2757 天前895

全部回覆(2)我來回復

  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-07-05 10:41:00

    --prod turns on AOT, you don't need to pass both options. See this section of the docs: https://github.com/angular/an...
    這個是github上面,人家的回答,不知道有沒有用。

    回覆
    0
  • 世界只因有你

    世界只因有你2017-07-05 10:41:00

    --prod 預設 開啟了--aot ,所以在使用--prod 和 --prod --aot一樣啦

    回覆
    0
  • 取消回覆