在使用延迟加载模块的Angular应用程序中使用google-closure-compiler
的可能性。当前产生最小结果的领导者似乎是 Google Closure Compiler ,它比竞争对手的工具要古老得多,并且功能强大,经过验证且性能优异。
是否有示例方法与 Angular Cli(6+)构建过程(AOT)一起使用,以在不影响功能的情况下显着减小生产构建规模?
当前使用的Angular 7构建过程(内置)具有:
"production": {
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"buildOptimizer": true
注意:有人投票关闭它,表明它的话题太笼统,因为它特别要求将google-closure-compiler
与AOT构建集成在一起,所以不合适。