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

Add es version of bundle #697

Closed
dimensi opened this issue Apr 7, 2019 · 1 comment
Closed

Add es version of bundle #697

dimensi opened this issue Apr 7, 2019 · 1 comment

Comments

@dimensi
Copy link

dimensi commented Apr 7, 2019

Today webpack and rollup prefer work with es modules than umd or commojs. With es modules webpack/rollup can's use tree shaking and bundles have smaller size because in es module bundle dropped weird wrappers.

@PaulKinlan
Copy link

I'm currently facing a similar issue. I'm not targeting any browser that can't already support modules, so having to Babel my build is hugely inconvenient when all I really need is for a complementary output of an esm file.

@dimensi dimensi closed this as completed Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Release feedback
  
Needs triage
Development

No branches or pull requests

3 participants