Vue.Isotope icon indicating copy to clipboard operation
Vue.Isotope copied to clipboard

Remove lodash dependency?

Open hackuun opened this issue 8 years ago • 6 comments
trafficstars

For what critical reason we are packaged with huge lodash dependency?

hackuun avatar Oct 19 '17 22:10 hackuun

_.difference mainly is needed and has not equivalent in ES6. Contribution and PR are welcome.

David-Desmaisons avatar Oct 19 '17 23:10 David-Desmaisons

@David-Desmaisons hello. What if we include difference separate from whole lodash? As far as I know it is possible.

kodekoder avatar Mar 25 '18 17:03 kodekoder

can confirm this is possible import difference from 'lodash/difference ';

mwleinad avatar Jun 11 '18 18:06 mwleinad

+1 This package is super bloated due to the inclusion of lodash.

hellowodl avatar Jul 21 '18 13:07 hellowodl

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?

chris-faulkner avatar Jan 16 '19 16:01 chris-faulkner

Any update on this?

jmarchalonis avatar Apr 12 '19 21:04 jmarchalonis