build: update Bazel to use fine-grained deps #1083
Conversation
ee78033
to
08aa3d7
|
Before I forget, credit for a lot of this goes to @devversion's incredible work over on Material. |
|
This is blocked on the |
f70df88
to
2f85ec5
b6f595e
to
e8be23a
| "@angular/animations": "file:../../node_modules/@angular/animations", | ||
| "@angular/common": "file:../../node_modules/@angular/common", | ||
| "@angular/animations": "^7.1.4", | ||
| "@angular/common": "^7.1.4", | ||
| "@angular/compiler": "file:../../node_modules/@angular/compiler", |
Toxicable
Dec 23, 2018
Contributor
why are some of these files some version?
why are some of these files some version?
CaerusKaru
Dec 23, 2018
Author
Member
They're no longer installed at the top-level because Angular is now built from source with Bazel
They're no longer installed at the top-level because Angular is now built from source with Bazel
Toxicable
Dec 23, 2018
Contributor
but there's still a few that are manually installed?
but there's still a few that are manually installed?
CaerusKaru
Dec 23, 2018
Author
Member
Yeah there's a reason, but I can't remember what it was. This makes it clear though that these deps are only needed for integration testing.
Yeah there's a reason, but I can't remember what it was. This makes it clear though that these deps are only needed for integration testing.
9b83bbe
into
master
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.