Skip to content

Commit

Permalink
fix(NA): @kbn/babel-code-parser bazel build to link to the local .bab…
Browse files Browse the repository at this point in the history
…elrc config (#99003)

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
mistic and kibanamachine authored May 3, 2021
1 parent f1365ea commit 24fd3a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/kbn-babel-code-parser/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ babel(
".babelrc",
] + DEPS,
output_dir = True,
# the following arg paths includes $(execpath) as babel runs on the sandbox root
args = [
"./%s/src" % package_name(),
"--config-file",
"./%s/.babelrc" % package_name(),
"--out-dir",
"$(@D)",
"--quiet"
Expand Down

0 comments on commit 24fd3a1

Please sign in to comment.