mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
92ab80d44a
The `ng_package` rule supports replacing `0.0.0-PLACEHOLDER` in license files that are inserted as part of rollup. This requires additional logic to detect stamping, reading the status files and then replacing the placeholder. All of this already handled as part of normal package substitutions and we can replace this unnecessary complexity. See: https://github.com/bazelbuild/rules_nodejs/blob/da50feb23f911b8b6932d31bbff284fb21b44b6c/internal/pkg_npm/pkg_npm.bzl#L195 PR Close #48798