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

react-dnd-cjs@9.3.2 package.json specifies wrong entry point #1466

Closed
dmarkow opened this issue Jul 12, 2019 · 0 comments · Fixed by #1467
Closed

react-dnd-cjs@9.3.2 package.json specifies wrong entry point #1466

dmarkow opened this issue Jul 12, 2019 · 0 comments · Fixed by #1467
Assignees

Comments

@dmarkow
Copy link

dmarkow commented Jul 12, 2019

Describe the bug

https://unpkg.com/react-dnd-cjs@9.3.2/package.json has main: "./dist/esm/index.js", but there is no ./dist folder, only a ./lib folder. So trying to import this package fails.

https://unpkg.com/react-dnd-cjs@9.3.1/package.json correctly has main: "./lib/index.js" and loads correctly.

Same issue on the other cjs packages too (react-dnd-html5-backend-cjs, dnd-core-cjs, etc.)

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 a pull request may close this issue.

2 participants