javascript - angular-cli使用ng build --prod 和ng build --prod --aot 打包文件大小相同?
天蓬老师
天蓬老师 2017-07-05 10:39:00
0
2
853
  1. 我的完整项目使用ng build --prod编译后大小是1713k,如图所示

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

  3. --aot 还需要别的配置参数才能有效吗?

4.或者说,使用--aot参数之前,还要进行摇树优化?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

全部回复(2)
曾经蜡笔没有小新

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

世界只因有你

--prod 默认 开启了--aot ,所以在使用--prod 和 --prod --aot一样啦

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板