We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add .cjs modules into the build of the packages.
Currently the packages are not supporting commonjs, which is still widly used.
f.ex. https://stackoverflow.com/questions/74937600/how-to-support-es-modules-and-commonjs-modules-at-the-same-time
maybe this would also be helpfull for other packages.
None
The text was updated successfully, but these errors were encountered:
NV-4497 🚀 Feature: @novu/framework support for commonjs modules
Sorry, something went wrong.
Resolved with the new release of @novu/framework@2.4.0 with both ESM+CJS bundled into build artifacts 🎉
@novu/framework
Successfully merging a pull request may close this issue.
🔖 Feature description
Add .cjs modules into the build of the packages.
🎤 Why is this feature needed ?
Currently the packages are not supporting commonjs, which is still widly used.
✌️ How do you aim to achieve this?
f.ex. https://stackoverflow.com/questions/74937600/how-to-support-es-modules-and-commonjs-modules-at-the-same-time
🔄️ Additional Information
maybe this would also be helpfull for other packages.
👀 Have you spent some time to check if this feature request has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: