itemsapi / itemsjs

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

Transpile code to ES5 before publishing to NPM #12

Closed saminzadeh closed 6 years ago

saminzadeh commented 6 years ago

First off, thanks for developing this lib. It's really nice.

I am running into a minification issue because the code published to NPM isn't transpiled to ES5 (I noticed there are some => functions in the dist). This is causing issues when trying to build it with create-react-app.

I'll be glad to submit a PR for this

cigolpl commented 6 years ago

@saminzadeh I am happy you like it. If you submit a PR for this it will be a big help