mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 20:52:06 +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'`.