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

Changed makeModules to return a broccoli MergedTree #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

heycarsten
Copy link

I was bashing my head off the desk trying to figure out why my Brocfile wasn't compiling. After some digging I realized that broccoli-dist-es6-module was returning an array of trees, not a tree. The fix was simple enough, turn the result into a merged tree. I feel like broccoli-dist-es6-module should do this itself to maintain a consistent experience for Broccoli users.

Let me know what you think. Also thanks a ton for all your work around this, it really helped me get up to speed a lot faster than I would have otherwise. I was a globals scumbag before ES6 tooling.

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.

1 participant