build(bazel): use ng_package entry_point_name for umd bundles (#23132)
This change also requires updating the package gold test to work with multiple test packages. PR Close #23132
This commit is contained in:

committed by
Igor Minar

parent
628303d2cb
commit
ae8a0092bd
@ -22,6 +22,7 @@ ng_package(
|
||||
":extra-styles.css",
|
||||
],
|
||||
entry_point = "packages/bazel/test/ng_package/example/index.js",
|
||||
entry_point_name = "waffels",
|
||||
packages = [
|
||||
":arbitrary_npm_package",
|
||||
],
|
||||
|
Reference in New Issue
Block a user