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

Distribution vue-chart.min.js size is too big #8

Open
JavaCS3 opened this issue Feb 25, 2017 · 0 comments
Open

Distribution vue-chart.min.js size is too big #8

JavaCS3 opened this issue Feb 25, 2017 · 0 comments

Comments

@JavaCS3
Copy link

JavaCS3 commented Feb 25, 2017

Looks like you packed moment.js lodash.assign into your vue-chart which make your distribution size extremely big.

lodash.min.js official build size 72KB
moments.min.js official build size 60KB

vue-chart.min.js size 363KB >> the sum of lodash.min.js, moments.min.js size

Looks like there are some problems with your build.

The dist code of vue-chart.js
image

image

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

No branches or pull requests

1 participant