-
Notifications
You must be signed in to change notification settings - Fork 194
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
Issues with typescript and export default as #111
Comments
Is it possible to provide a reproducible example? Edit: Specifically, I've tried adding a proxy file in the
export { default as FunctionDefault } from './FunctionDefault';
|
I also encounter with this error and the reason is I named the default export as
and module is a global variable when hot module reload is enabled. So the user-defined |
This is unrelated to this issue. What do you mean my naming an import Can you open a new issue and provide the steps to reproduce please? |
Closing this - unable to reproduce and inactive. Feel free to re-open if there is more to share about this. |
I am having issues with exports when the plugin is enabled. No issue when the plugin is disabled.
The text was updated successfully, but these errors were encountered: