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

Build CJS, UMD and ESM files #378

Closed
filips123 opened this issue Jun 14, 2019 · 1 comment · Fixed by #737
Closed

Build CJS, UMD and ESM files #378

filips123 opened this issue Jun 14, 2019 · 1 comment · Fixed by #737
Labels
exp/wizard Extensive knowledge (implications, ramifications) required kind/enhancement A net-new feature or improvement to an existing feature P3 Low: Not priority right now

Comments

@filips123
Copy link

Can you add support to build CommonJS (CJS), Universal Module Definition (UMD) and ES Module (ESM) files? This would allow users to choose a file that is better optimised for them.

Some builder that uses this concept is Pika Pack.

@hugomrdias
Copy link
Member

cjs and umd are basically the same thing and that is covered.
esm is a bit hard to do because is made for cjs code bases, but i would like to support this in the future but probably need to change from webpack to rollup.

@hugomrdias hugomrdias added status/deferred Conscious decision to pause or backlog exp/wizard Extensive knowledge (implications, ramifications) required greenkeeper P3 Low: Not priority right now kind/enhancement A net-new feature or improvement to an existing feature and removed status/deferred Conscious decision to pause or backlog greenkeeper labels Jul 12, 2019
@hugomrdias hugomrdias mentioned this issue Feb 23, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exp/wizard Extensive knowledge (implications, ramifications) required kind/enhancement A net-new feature or improvement to an existing feature P3 Low: Not priority right now
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants