Skip to content

explore rollup builds #965

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

Closed
wants to merge 1 commit into from
Closed

explore rollup builds #965

wants to merge 1 commit into from

Conversation

Sinewyk
Copy link

@Sinewyk Sinewyk commented Oct 28, 2015

ref: #928

I could use rollup-plugin-replace instead of a simple code.replace but ... it's just an exploration.

Results are pretty cool. Didn't know that even if webpack bundling is better than browserify, it's still quite a cost.

But we don't gain THAT much after min + gz.

Webpack               |   Rollup
                      |
 22K redux.js         |  16K  redux.rollup.js
5,9K redux.js.gz      |  4,9K redux.rollup.js.gz
5,3K redux.min.js     |  3,9K redux.rollup.min.js
1,9K redux.min.js.gz  |  1,6K redux.rollup.min.js.gz

@Sinewyk
Copy link
Author

Sinewyk commented Oct 28, 2015

nvm, #964

@Sinewyk Sinewyk closed this Oct 28, 2015
@Sinewyk Sinewyk deleted the rollup branch November 9, 2015 01:54
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.

1 participant