mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
This commit is contained in:
parent
9e78f0baa6
commit
92947dbbd7
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue