Vue.Isotope
Vue.Isotope copied to clipboard
Remove lodash dependency?
For what critical reason we are packaged with huge lodash dependency?
_.difference mainly is needed and has not equivalent in ES6. Contribution and PR are welcome.
@David-Desmaisons hello. What if we include difference separate from whole lodash? As far as I know it is possible.
can confirm this is possible import difference from 'lodash/difference ';
+1 This package is super bloated due to the inclusion of lodash.
I'm just looking to optimise my js file size and this would be a pretty good improvement. I had a look at it myself, but I think it's a bit out of my league, anyone had luck optimising this?
Any update on this?