Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

This resolver is trying to find the wrong plugin #5

Closed
adrianmcli opened this issue Feb 13, 2017 · 4 comments
Closed

This resolver is trying to find the wrong plugin #5

adrianmcli opened this issue Feb 13, 2017 · 4 comments

Comments

@adrianmcli
Copy link
Contributor

adrianmcli commented Feb 13, 2017

This resolver currently does not work. This is because the naming convention has changed.

From line 36:

p[0] === 'babel-root-import'

It's trying to find the plugin settings from the .babelrc file, but the plugin name is no longer babel-root-import. It's now babel-plugin-root-import. So if you simply make that change in the string:

p[0] === 'babel-plugin-root-import'

This package suddenly works again!

@adrianmcli
Copy link
Contributor Author

@olalonde I have made a PR for this: #6

Please merge and release if it looks good! I am eager to get this working!!!

@tzapu
Copy link

tzapu commented Jul 12, 2017

any news on sorting this?
cheers

@antl3x
Copy link

antl3x commented Aug 11, 2017

Nothing?

@olalonde
Copy link
Owner

I'm no longer maintaining this but both @cle1994 @GollyJer have commit access

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants