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:
Greg Magolan 2019-04-03 16:59:20 -07:00 committed by Igor Minar
parent 7fbe138b1f
commit 2e66ddfdce
1 changed files with 7 additions and 0 deletions

View File

@ -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",