-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
namedExports option missing #437
Comments
That option was deprecated and has now been removed in a recent PR. It looks like your issue is with the rollup documentation and not the plugin itself. That being the case, you should open a docs issue on rollup/rollup instead. |
@shellscape It's not a documentation issue. I looked at the code for the commonjs plugin, and it says that namedExports are now handled automatically. However, for this file, it fails. Is there a way to resolve this? |
We don't offer support here (as the issue templates all say - they also have links to support options). If you think it's a bug, please open an issue using the bug template and make sure to fill out all fields. |
@shellscape Very well: #438 |
Is there a alternative option for namedExports? |
Documentation Is:
Please Explain in Detail...
In the Rollup documentation (https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module), it says:
I have the error described
Error: "[name] is not exported by [module]"
but there is no namedExports option. This link provided goes nowhere: https://github.com/rollup/plugins/tree/master/packages/commonjs#custom-named-exportsYour Proposal for Changes
Either document
namedExports
or update the Rollup documentation to clarify how to solve this issue without it.The text was updated successfully, but these errors were encountered: