mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +08:00
To support future package building as ESM, the direct usage of require has now been removed from the Angular compatibility check code used by various builders. Additionally, the limited use of `@angular-devkit/core` has also been removed from the check code as it was only used to adjust string values for error messages which can be done directly instead.