ng-docs.github.io icon indicating copy to clipboard operation
ng-docs.github.io copied to clipboard

Angular6如何实现增量构建

Open ColdFragrance opened this issue 6 years ago • 0 comments

我们有个大型项目中使用Angular6.1,应该如何配置能实现项目增量构建呢?

PS:https://www.infoq.cn/article/2017/11/angular-5/上描述说“Angular 编译器支持增量构建,在使用 Typescript 转换的实际项目测试中能够减少 90% 的构建时间。由于大型项目的构建时间被降至 2s 以内,在 CLI 的未来版本中将会默认开启 AOT(Ahead-Of-Time)编译模式。”但是没有提及具体方式。

ColdFragrance avatar Oct 04 '19 09:10 ColdFragrance