mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
* test: update ng-packagr builder tests to work on Windows * build: add ng packagr test large for ivy * test: fix web-worker test in ivy Previously, we were not testing web workers under Ivy as we were overriding tsconfig.app.json entirely without including enableIvy. When enabling Ivy we are getting warning of files that are part of the compilation which causing a warning to show and break the test. * build: update ng-packagr to `^5.4.0` * test: display ivy mode message once
Angular Build Architect for ng-packagr
WIP