We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
export from
I'd like to fix that, so expect a PR soon 🙂
The text was updated successfully, but these errors were encountered:
fix: Handle the "export from" statement (tleunen#128)
9da2540
8336fb8
627b897
export ... from
No branches or pull requests
Hi, I had some trouble with one particular file today that looked like this:
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 🙂
The text was updated successfully, but these errors were encountered: