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

When in flat mode don't add unused dependencies - fixes #2781 #3251

Merged
merged 1 commit into from
Apr 25, 2017

Conversation

sebmck
Copy link
Contributor

@sebmck sebmck commented Apr 25, 2017

Summary

We only take unused dependencies into consideration to get deterministic hoisting.
Since flat mode doesn't care about hoisting and everything is top level and specified then we can safely leave these out. Fixes #2781.

Test plan

Not sure how to test this, don't have much time to spend on it.

@bestander bestander merged commit 2458758 into master Apr 25, 2017
This was referenced Apr 28, 2017
@cpojer cpojer deleted the prod-flat branch July 7, 2017 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants