RadLikeWhoa / Countable

Add live paragraph-, word- and character-counting to an HTML element.
https://sacha.me/Countable
MIT License
1.64k stars 134 forks source link

Doesn't minify with webpack in a create-react-app project #55

Open shivavelingker opened 6 years ago

shivavelingker commented 6 years ago

When trying to build an app using Countable, the build fails, seemingly because there is no es5 version of the library. Can an es5 file be auto-compiled into the dist?