Alexey Makhrov 042c33cfd2 fix(@angular-devkit/build-angular): better handle relative paths with bundleDependencies=false
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'`.
2020-08-10 09:46:47 +01:00
..

Angular Webpack Build Facade

WIP