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: Add ESM compatibility #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

leovoon
Copy link

@leovoon leovoon commented Jul 13, 2023

Node.js treats files with a .js extension as ES modules when the nearest parent package.json file contains a top-level "type" field with a value of "module". If the "type" field is not present in the package.json file, or it contains "type": "commonjs", .js files are treated as CommonJS nodejs.org.

https://publint.dev/vuewordcloud@19.0.0

Please review and merge this pull request to promote ESM compatibility and improve the package's versatility across different environments. Thanks for your attention.

@lermontex lermontex mentioned this pull request Feb 3, 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.

1 participant