-
Notifications
You must be signed in to change notification settings - Fork 169
Add option to generate ES module file #191
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
Conversation
@Chomiciak
Chomiciak
Feb 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be a separate test performed for the .mjs
file, leaving the previous unchanged
@Chomiciak
Chomiciak
Feb 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change as it changes the default file name extension from .js
to .cjs
@Chomiciak
Chomiciak
Feb 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change the extension back to .js
for when the option is not set to maintain compatibility. Otherwise this should be scheduled to major version
No description provided.