angular/packages/bazel/test
Paul Gschwendtner 636909fba7 feat(bazel): allow for generated package.json files in ng_package (#45470)
Currently the `ng_package` rule does not support generated
`package.json` files. Generated `package.json` files are sometimes
useful when e.g. dependencies are automatically inserted (e.g.
many dependencies in the components repo for the MDC deps)

Currently the `package.json` files would be copied as part of
the `data` attribute, but they would not be processed. i.e. missing
out on the `exports` field and more.

We can simplify the rule attributes and make this more ergonomic.

PR Close #45470
2022-04-11 21:01:09 +00:00
..
ng_package feat(bazel): allow for generated package.json files in ng_package (#45470) 2022-04-11 21:01:09 +00:00
ngc-wrapped build: update bazel (#45431) 2022-03-25 12:18:33 -07:00