-
Notifications
You must be signed in to change notification settings - Fork 481
build: update Bazel to use fine-grained deps #1083
Conversation
ee78033
to
08aa3d7
Compare
Before I forget, credit for a lot of this goes to @devversion's incredible work over on Material. |
This is blocked on the |
2f85ec5
to
0769ab6
Compare
b6f595e
to
e8be23a
Compare
e8be23a
to
d858966
Compare
"@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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are some of these files some version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They're no longer installed at the top-level because Angular is now built from source with Bazel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but there's still a few that are manually installed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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.