-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Fix dev-infra zone.js substitution #38026
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
Fix dev-infra zone.js substitution #38026
Conversation
10d8a79
to
fd576a1
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.
LGTM. We probably need to update the target path when there is as new zone.js release. We should then import from zone.js/bundles/zone.umd.js
I guess.
I'm gonna re-test this tomorrow. I am afraid I might have tested against a local / cached version of dev-infra that I modified manually instead of the one build off of this branch. For some reason I need to run |
…kage * fix substitution that was broken by PR angular#36540 to match the new import path
* Without this BUILD file we were seeing errors about the reference to expand_template.bzl in ng_rollup_bundle.bzl because dev-infra/bazel was not considered a package.
fd576a1
to
e3be45d
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.
LGTM +💯
* Without this BUILD file we were seeing errors about the reference to expand_template.bzl in ng_rollup_bundle.bzl because dev-infra/bazel was not considered a package. PR Close #38026
* Without this BUILD file we were seeing errors about the reference to expand_template.bzl in ng_rollup_bundle.bzl because dev-infra/bazel was not considered a package. PR Close #38026
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. |
…kage (angular#38026) * fix substitution that was broken by PR angular#36540 to match the new import path PR Close angular#38026
…lar#38026) * Without this BUILD file we were seeing errors about the reference to expand_template.bzl in ng_rollup_bundle.bzl because dev-infra/bazel was not considered a package. PR Close angular#38026
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information