sindresorhus / camelcase

Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaking with IE11

timbergus opened this issue · comments

I'm really sorry to say this, but the library is not working with IE11 because of index.js has ECMAScript format, and a fat arrow is breaking our build. We need to develop for IE11 because is a client requirement, so, how can we solve this problem? Could you please upload the library transpiled?

Thanks in advanced.

Duplicate of #29