Closed lechristian closed 7 years ago
Hi @cle1994 , added you as a collaborator on github, feel free to merge when it's ready. If you give me your npm username I can also give you access there so you can publish.
Hey @olalonde, thanks! my NPM username is ~cle1994
You're welcome! Added you on npm. Just try to not to break backwards compatibility 👍
@cle1994 still want to merge this?
Hello. Could this be merged? If any adjustments / checks are needed, I can look into them. Thank you.
Oops sorry totally lost track of this. I'll merge now. Let me know if anything goes south.
Thank you!
babel-root-import
allows you to pass an array of objects with keyrootPathPrefix
and valuerootPathSuffix
.You can see that it looks through all of the
options
inreplacePrefix
https://github.com/michaelzoidl/babel-root-import/blob/master/plugin/index.jsThis adds the functionality to use arrays in
.babelrc
like in the.babelrcArray
file.