ProjectMirador / mirador-dl-plugin

a Mirador 3 plugin that adds manifest-provided download links to the window options menu
https://mirador-download-plugin.netlify.com/
Other
6 stars 7 forks source link

Add lodash.uniqby as an explicit dependency. #34

Closed jkeck closed 5 years ago

mejackreed commented 5 years ago

I know we shipped this upstream, but I wonder if we can use the main lodash package and import it like:

`import uniqBy from 'lodash/uniqBy'

That would give us one less package to use.

If we need to treeshake it we can set that up in our babel config if the whole thing is being loaded.