mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
BREAKING CHANGE: deprecated API's `ModuleNotFoundException`, `ResolveOptions`, `resolve` have been removed. Use `MODULE_NOT_FOUND` and `require.resolve` instead. **Note**: this change only effect users using `@angular-devkit/core` public API and not application developers.