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

"export from" is not handled #128

Closed
fatfisz opened this issue Feb 24, 2017 · 0 comments
Closed

"export from" is not handled #128

fatfisz opened this issue Feb 24, 2017 · 0 comments

Comments

@fatfisz
Copy link
Contributor

fatfisz commented Feb 24, 2017

Hi, I had some trouble with one particular file today that looked like this:

export { default as A } from 'dir/a';
export { default as B } from 'dir/b';
export { default as C } from 'dir/c';

It turns out that this plugin does not handle the export from syntax and leaves the paths as they are.

I'd like to fix that, so expect a PR soon 🙂

fatfisz added a commit to fatfisz/babel-plugin-module-resolver that referenced this issue Feb 24, 2017
fatfisz added a commit to fatfisz/babel-plugin-module-resolver that referenced this issue Feb 24, 2017
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

No branches or pull requests

1 participant