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

fix: module definitions #105

Merged
merged 1 commit into from
Mar 3, 2024
Merged

fix: module definitions #105

merged 1 commit into from
Mar 3, 2024

Conversation

budi1200
Copy link
Contributor

@budi1200 budi1200 commented Mar 3, 2024

In projects with type: "module" in package.json, attempting to import the library with import { SankeyController, Flow } from "chartjs-chart-sankey"; will throw an error.

SyntaxError: Export named 'SankeyController' not found in module 'node_modules\chartjs-chart-sankey\dist\chartjs-chart-sankey.js'.

This PR addresses the module recognition issue by adding exports configuration to package.json.

Copy link

sonarcloud bot commented Mar 3, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@kurkle kurkle merged commit 7612200 into kurkle:main Mar 3, 2024
10 checks passed
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.

None yet

2 participants