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"
|
||||
},
|
||||
"typings": "./src/ngc-wrapped/index.d.ts",
|
||||
"bazelBin": {
|
||||
"ngc-wrapped": {
|
||||
"additionalAttributes": {
|
||||
"configuration_env_vars": "[\"compile\"]"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bazelWorkspaces": {
|
||||
"npm_angular_bazel": {
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
|
|
Loading…
Reference in New Issue