-
Notifications
You must be signed in to change notification settings - Fork 522
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
rollup_bundle not able to resolve modules from another ng_module #218
Comments
Prior to 0.9.1, rollup would silently fail on imports that were not resolved. I added a check to rollup_bundle so that it would error out when it couldn't resolve an import (#206). |
@Toxicable I'll dig into this today |
3 tasks
fixed via angular/angular@a6e797b |
Resolved by angular/angular#24298 (angular/angular@a6e797b) |
alexeagle
pushed a commit
to alexeagle/rules_nodejs
that referenced
this issue
Oct 17, 2020
Fixes bazel-contrib#213 Closes bazel-contrib#218 PiperOrigin-RevId: 200227472
alexeagle
pushed a commit
to alexeagle/rules_nodejs
that referenced
this issue
Oct 18, 2020
Fixes bazel-contrib#213 Closes bazel-contrib#218 PiperOrigin-RevId: 200227472
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since only occurs since version
0.9.0
ng_package throws
When trying to bundle a module with a dependency on another.
It worked fine on v0.8.0
I have a an mostly minimal reproduction here:
https://github.com/Toxicable/bazel-monorepo-example
Toxicable/bazel-monorepo-example@9e3eb44
https://github.com/Toxicable/bazel-monorepo-example/blob/master/WORKSPACE#L31
To reproduce:
bazel build libs/...
bazel build libs/...
The text was updated successfully, but these errors were encountered: