-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(@angular/cli): use shared configs for ng test #4851
Conversation
9eb7cf0
to
34acb94
Compare
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.
All looks OK from me, but probably best for @hansl to take a look too.
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.
LGTM with one nit: this is a feature, not a refactor. The behavior changed and we need a line in the changelog. Also, could you split this in 2 commits; a feat(@angular/cli): use same webpack config for karma
, and a feat(@ngtools/webpack): allow to pass in overrides for compilerOptions
. Makes sense?
2fa1737
to
dfc2a63
Compare
dfc2a63
to
e5c63cb
Compare
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. |
Karma plugin will find the CLI config without needing to be told where it is as well.
Fix #3605
Fix #4850
Fix #4876