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 umd bundle #581

Closed
wants to merge 1 commit into from
Closed

Provide umd bundle #581

wants to merge 1 commit into from

Conversation

TrySound
Copy link
Contributor

In this diff I bundled UMD with rollup. Size snapshot plugin shows
information about different kinds of sizes + treeshakability for esm
format which I'm gonna introduce in the next PR.

UMD helps to test library in sandboxes + shows complete size of the
library, with bundled dependencies.

In this diff I bundled UMD with rollup. Size snapshot plugin shows
information about different kinds of sizes + treeshakability for esm
format which I'm gonna introduce in the next PR.

UMD helps to test library in sandboxes + shows complete size of the
library, with bundled dependencies.
@CLAassistant
Copy link

CLAassistant commented Aug 20, 2018

CLA assistant check
All committers have signed the CLA.

@Pessimistress
Copy link
Collaborator

Any concern if we do this with webpack? I'd prefer not to inflate the dev dependencies if possible.

@TrySound
Copy link
Contributor Author

Rollup provides smaller bundle. There's also nice size snapshot plugin. If we will go with bundling instead of just babel transpiling it will show treeshakability too.

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.

3 participants