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
Why do you use this pattern:
export Status from './Status.js'
instead of
export { default as Status } from './Status.js';
To my comprehension, the first syntax is not supported by native ES2015 and requires you to enable plugins such as this one: https://babeljs.io/docs/plugins/syntax-export-extensions/
I'm pretty lost in Babel related subjects, and i'm unable to use your tool because the extract is not valid. I am wrong ?
The text was updated successfully, but these errors were encountered:
There is no good reason.
I would accept a PR.
Sorry, something went wrong.
Here you go. :)
No branches or pull requests
Why do you use this pattern:
instead of
To my comprehension, the first syntax is not supported by native ES2015 and requires you to enable plugins such as this one: https://babeljs.io/docs/plugins/syntax-export-extensions/
I'm pretty lost in Babel related subjects, and i'm unable to use your tool because the extract is not valid. I am wrong ?
The text was updated successfully, but these errors were encountered: