KyleAMathews / react-gravatar

React component for rendering a gravatar profile image
http://kyleamathews.github.io/react-gravatar/
MIT License
279 stars 33 forks source link

please eliminate the requirement to use "es2015" preset #147

Open xims opened 6 years ago

xims commented 6 years ago

At the moment I'm getting an error Error: Couldn't find preset "es2015" relative to directory

es2015 had been depreciated for a while and would be great to get rid of that dependency. (https://babeljs.io/docs/en/babel-preset-es2015)

Thanks!

KyleAMathews commented 6 years ago

Happy to take a PR fixing this.