-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
[IDEA] distribute as all module types {CJS
,ESM
,UMD
,AMD
}
#18
Comments
are there still plans to produce an ESM for the browser?
of course I'd rather see support for this use-case added upstream as opposed to maintaining a fork, so please let me know if I can help. |
Moin @agschrei, yes, the idea is still relevant. |
CJS
,ESM
,UMD
,AMD
}
@agschrei are you still interested in contributing your solution? |
I'm not attached to this project but I support this use case. As the front-end industry moves towards ESM for dev builds being able to validate SBOM production as early as possible is very helpful. |
CJS
,ESM
,UMD
,AMD
}CJS
,ESM
,UMD
,AMD
}
This feature is kind of obsolete, now. |
currently, the package is a CommonJS module type.
I would love to make it a native module type (ESM).
Goal: have the dist available in multiple flavors
Important to READ:
implementation:
The text was updated successfully, but these errors were encountered: