-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix firebase deployment of dev-app (#22961)
The `@angular/localize` package does not contain any `.metadata.json` files, or an `ANGULAR_PACKAGE` marker file. This results in the NodeJS bazel rules not capturing the UMD files within the `NamedModule` provider. We fix this by using the standard module provider for extracting JS sources from TS targets and its transitive dependencies. This is more long-term proof as the hard-coded Angular package logic within Rules NodeJS is most likely not a long-term solution. see: https://github.com/bazelbuild/rules_nodejs/blob/stable/internal/npm_install/generate_build_file.ts#L1080-L1081 Fixes #22943.
- Loading branch information
1 parent
3284496
commit 9428939
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters