mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
When `bundleDependencies` is turned off, webpack only bundles modules imported via relative path. Existing check works well for import paths like `'./some/file'`, but fails for imports traversing the dir structure up, like `'../some/file'`.
Angular Webpack Build Facade
WIP