FiguredLimited / vue-mc

Models and Collections for Vue
https://vuemc.io
MIT License
626 stars 98 forks source link

lodash imports - reduce build size #104

Closed djsmedes closed 5 years ago

djsmedes commented 5 years ago

replacing object destructuring style with direct file imports.

per discussion on #89

rtheunissen commented 5 years ago

@djsmedes does this solve the build size issue?

djsmedes commented 5 years ago

@rtheunissen - yes, it reduces my build size by a few dozen kb (parsed size). Could potentially reduce it further for other projects that are already using more lodash than mine was.

rtheunissen commented 5 years ago

I'm happy to roll this out and see what results we get. :+1: