Closed pranavp94 closed 4 years ago
JIRA link: https://fusioncharts.jira.com/browse/SUPPORT-2078 Contributer PR #65 changes, do selective lodash cloneDeep import
Changes: It looks like that dist/vue-fusioncharts.js includes the whole lodash library, which makes it very huge (over 20k lines) Proposing to do a selective import instead, since only cloneDeep function is used.
JIRA link: https://fusioncharts.jira.com/browse/SUPPORT-2078 Contributer PR #65 changes, do selective lodash cloneDeep import
Changes: It looks like that dist/vue-fusioncharts.js includes the whole lodash library, which makes it very huge (over 20k lines) Proposing to do a selective import instead, since only cloneDeep function is used.