mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 11:44:05 +08:00
With this change we configure new libraries to be published using Ivy partial compilation instead of the deprecated View Engine rendering engine, we also remove several view engine specific `angularCompilerOptions`. New libraries can be published using this format, as they are not depend upon by View Engine libraries or application.
Angular Webpack Build Facade
WIP