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

Update package.json to use .cjs extension #1 #953

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

visormatt
Copy link

@visormatt visormatt commented Feb 5, 2025

Issue Number

I wasn't able to find a bug around this exact issue so we're just fixing it quickly.

Overview of PR

The main and exports.require are incorrect and pointing to .umd.js files that are actually being build out as .cjs.js files.

  • The current package.json references two .umd.js extensions
  • Actual dist files are .cjs extensions, there are no .umd files built

Don't forget to update the CHANGELOG.md file with any changes that are in this PR

package
dist

The current mappings are incorrect and point to two `.umd.js` files that are actually being build out as `.cjs.js` files.
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.

1 participant