fix(bazel): add configuration_env_vars = ["compile"] to generated @npm//@angular/bazel/bin:ngc-wrapped nodejs_binary (#29694)
PR Close #29694
This commit is contained in:
parent
7fbe138b1f
commit
2e66ddfdce
|
@ -12,6 +12,13 @@
|
||||||
"modify_tsconfig": "./src/modify_tsconfig.js"
|
"modify_tsconfig": "./src/modify_tsconfig.js"
|
||||||
},
|
},
|
||||||
"typings": "./src/ngc-wrapped/index.d.ts",
|
"typings": "./src/ngc-wrapped/index.d.ts",
|
||||||
|
"bazelBin": {
|
||||||
|
"ngc-wrapped": {
|
||||||
|
"additionalAttributes": {
|
||||||
|
"configuration_env_vars": "[\"compile\"]"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"bazelWorkspaces": {
|
"bazelWorkspaces": {
|
||||||
"npm_angular_bazel": {
|
"npm_angular_bazel": {
|
||||||
"version": "0.0.0-PLACEHOLDER",
|
"version": "0.0.0-PLACEHOLDER",
|
||||||
|
|
Loading…
Reference in New Issue