itemsapi / itemsjs

Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use
Apache License 2.0
350 stars 41 forks source link

Use lodash babel plugin for UMD build #17

Closed saminzadeh closed 6 years ago

saminzadeh commented 6 years ago

This PR utilizes the babel lodash plugin to automatically cherry-pick Lodash modules.

This has a few advantages:

Benchmarks (minified is about the same 😄 )

Before Plugin:

File sizes after gzip:

umd/itemsjs.js 26.41 KB
umd/itemsjs.min.js 14.52 KB

After Plugin:

File sizes after gzip:

umd/itemsjs.js 45.37 KB
umd/itemsjs.min.js 14.53 KB
saminzadeh commented 6 years ago

Will revisit once we get UMD builds configured on all envs