-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit be7a716
fix(@angular/cli): resolve in all available node_modules
When @angular/cli dependencies (like @ngtool/webpack for example) are installed in its node_modules (as node_modules/@angular/cli/node_modules for example) webpack isn't seeing them.1 parent 0a6b796 commit be7a716
File tree
2 files changed
+14
-2
lines changed- packages/@angular/cli/models/webpack-configs
- tests/e2e/tests/misc
2 files changed
+14
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 | - | ||
73 | + | ||
74 | 74 |
| |
75 | - | ||
75 | + | ||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + |
0 commit comments