feat(ngcc): support version ranges in project/default configurations (#33008)
By appending a version range to the package name, it is now possible to target configuration to specific versions of a package. PR Close #33008
This commit is contained in:

committed by
Miško Hevery

parent
916762440c
commit
90007e97ca
@ -27,10 +27,12 @@ ts_library(
|
||||
"//packages/compiler-cli/src/ngtsc/util",
|
||||
"@npm//@types/convert-source-map",
|
||||
"@npm//@types/node",
|
||||
"@npm//@types/semver",
|
||||
"@npm//@types/yargs",
|
||||
"@npm//canonical-path",
|
||||
"@npm//dependency-graph",
|
||||
"@npm//magic-string",
|
||||
"@npm//semver",
|
||||
"@npm//source-map",
|
||||
"@npm//typescript",
|
||||
],
|
||||
|
Reference in New Issue
Block a user