Angular 4 ng build:是 - 用--prod自动执行吗?

时间:2017-09-18 06:37:49

标签: angular angular-cli

我想知道

之间是否存在差异
"externals": {
    "bindings": "require('bindings')",
    "ffi": "require('ffi')"
}

ng build --prod

文件大小对我来说保持不变。如果您指定ng build --prod --aot

,会自动选择--aot

1 个答案:

答案 0 :(得分:6)

在最新的稳定版CLI中,您无需使用return $this->pdf->Output('e-tickets.pdf', 'E');标记,--aot默认启用它。

有关详细信息,请查看此LINK

enter image description here