Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.x] [babel-register] ignore packages directory when running from source (#26098) #26102

Merged
merged 1 commit into from
Nov 23, 2018

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Nov 23, 2018

Backports the following commits to 6.x:

…lastic#26098)

When running the Kibana distributable packages are excluded from `babel-register` because they are installed in the node_modules directory. When running from source they are not ignored, which means that babel-register is doing more work than necessary because these files need to already be built. To fix this I've added an ignore rule that excludes all packages when we are running from source.
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@spalger spalger merged commit 5071acf into elastic:6.x Nov 23, 2018
@spalger spalger deleted the backport/6.x/pr-26098 branch November 23, 2018 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants