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

Point the package to the correct entrypoint #128

Closed
wants to merge 1 commit into from

Conversation

nlopin
Copy link

@nlopin nlopin commented Jan 5, 2024

index.js does not exist in the dist folder. The entry point is called main.js

Fixes #127

This is only a temporary fix, because the main.js is a CJS module, not an ESM. The proper solution is to build to ESM as well as to CJS

`index.js` does not exist in the dist folder. The entrypoint is called main.js
@nlopin nlopin changed the title Point the package to the correct ESM entrypoint Point the package to the correct entrypoint Jan 5, 2024
@nlopin
Copy link
Author

nlopin commented Jan 26, 2024

Closing in favor of #131

@nlopin nlopin closed this Jan 26, 2024
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

Successfully merging this pull request may close these issues.

Failed to resolve entry for package "react-windowed-select" on version 5.1.1
1 participant