We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399f782 commit 84f4bf1Copy full SHA for 84f4bf1
1 file changed
src/ng_package/angular_package_format.bzl
@@ -208,7 +208,7 @@ def _angular_package_format_impl(ctx):
208
entry_point_package = dep.label.package
209
210
# Intentionally evaluates to empty string for the main entry point
211
- entry_point = entry_point_package[len(owning_package) + 1:]
+ entry_point = entry_point_package[len(owning_package) + 1:].replace('/', '-')
212
213
# Whether this dependency is for the primary entry-point of the package.
214
is_primary_entry_point = entry_point == ""
0 commit comments