Skip to content

Conversation

@dfreeman
Copy link
Member

Currently we're specifying just the name of the Babel plugins we register, which works as long as some version of those plugins gets hoisted and is available to require from the host application's perspective. This fails, though, if the hoisting doesn't happen, or if the package is linked, or other dependency shenanigans are in play.

This PR adds our plugins by their full path rather than just by name (the helpers we use already account for either of these formats, so nothing else should need to change).

@chriskrycho
Copy link
Member

Again: disabling Windows tests and merging. 😢

@chriskrycho chriskrycho merged commit d3c5508 into master Nov 13, 2019
@delete-merged-branch delete-merged-branch bot deleted the resolve-babel-plugins branch November 13, 2019 23:46
@chriskrycho
Copy link
Member

I have now reenabled Windows tests for the time being.

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.

3 participants