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

Provide esm support for bundlers #1197

Merged
merged 1 commit into from
Jan 30, 2019
Merged

Provide esm support for bundlers #1197

merged 1 commit into from
Jan 30, 2019

Conversation

TrySound
Copy link
Collaborator

In this diff I added esm bundle which will allow user bundlers
to produce much smaller code. Currently regular babel output is
wrapped with module iife.

This project has a lot of files so with single esm file users will
bundle it slightly faster.

As a bonus we see the size of the project without dependencies.

In this diff I added esm bundle which will allow user bundlers
to produce much smaller code. Currently regular babel output is
wrapped with module iife.

This project has a lot of files so with single esm file users will
bundle it slightly faster.

As a bonus we see the size of the project without dependencies.
@jquense jquense merged commit f2e5909 into jquense:master Jan 30, 2019
@jquense
Copy link
Owner

jquense commented Jan 30, 2019

thanks!

@TrySound TrySound deleted the esm branch January 30, 2019 17:21
@TrySound
Copy link
Collaborator Author

TrySound commented Feb 9, 2019

@jquense Would be good to see this released. What is the plan?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants