mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 09:37:18 +08:00
The `@angular-devkit/core` dependency was only used for two path manipulation functions. Since this schematic already uses Node.js builtins, the `path` builtin can also be used to provide equivalent function without the need for an additional dependency.