lsirivong / gatsby-plugin-modal-routing

A gatsby plugin for routable modals
44 stars 30 forks source link

use lodash.get instead of lodash to reduce bundle size #18

Closed borisirota closed 5 years ago

borisirota commented 5 years ago

Hi, I see that you are using lodash only for the get functionality. What do you say about importing only the lodash.get package to decrease unneeded bundle size?

Thanks, Boris

lsirivong commented 5 years ago

Thanks for the suggestion, @borisirota! I'm looking into this now.

lsirivong commented 5 years ago

Released in v1.0.1

borisirota commented 5 years ago

@lsirivong Thanks!