mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
The secondary entry point (`node`) within the `@angular-devkit/core` package is now defined by an exports entry in the main package.json file for the package. This removes the need for the additional nested package.json file in a subdirectory. The exports field also contains backward compatible entries to allow for continued deep imports into the package. These compatibility entries will, however, be removed in a future major version. Deep imported files are not considered part of the public API of the package.