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

Bring in lodash.mergeWith, use to merge the babel plugins #843

Closed
wants to merge 1 commit into from

Conversation

sgtcoolguy
Copy link
Contributor

@sgtcoolguy sgtcoolguy commented Aug 22, 2017

JIRA: https://jira.appcelerator.org/browse/TIMOB-24980

Bring in lodash.mergewith (from npm package for this specific method), use to merge the babel plugins used to transform the code.

I think this may need some user testing, specifically from @brentonhouse to see if this even will achieve what he's after. plugin and preset ordering has meaning for babel, so it may be difficult to properly allow users to add their own (because they may need to run before or after our own plugins do modifications to the code). This PR only is trying to use the deep merge, not actually add an official config key/value pair for babel plugins (yet).

@sgtcoolguy
Copy link
Contributor Author

cc @brentonhouse

@feons
Copy link
Contributor

feons commented Oct 10, 2017

@brentonhouse, have you try this out? Does it fit your needs?

@hansemannn
Copy link
Contributor

This should become obsolete once #842 is merged I think?

@ewanharris
Copy link
Contributor

From discussions we believe the use case this aimed to achieve to now be possible, so I'm going to close this PR

@ewanharris ewanharris closed this Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants