miaolz123 / vue-chart

A Powerful and Highspeed Chart Parser for Vue1.X.X & Vue2.X.X

Home Page:https://miaolz123.github.io/vue-chart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

JavaCS3 opened this issue · comments

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