mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-23 15:36:23 +08:00
Previously an entry point `foo` would be incorrectly treated as a relative path, which meant it was not possible to use an NPM package as an entry point. This now requires `./foo` for relative paths while `foo` is treated as a module specifier referring to an NPM package called `foo`.