Skip to content

Commit

Permalink
fix(bazel): add configuration_env_vars = ["compile"] to generated @np…
Browse files Browse the repository at this point in the history
…m//@angular/bazel/bin:ngc-wrapped nodejs_binary (#29694)

PR Close #29694
  • Loading branch information
gregmagolan authored and IgorMinar committed Apr 4, 2019
1 parent 7fbe138 commit 2e66ddf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/bazel/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 2e66ddf

Please sign in to comment.