bzarras / newsapi

A promise-based node interface for NewsAPI
MIT License
144 stars 39 forks source link

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

Closed jpramassini closed 4 years ago

jpramassini commented 6 years ago

When attempting to output a production build, the package is unable to minify. I got around this by manually creating an ES5 version, but I wanted to put it out there for anybody else that may run into the issue.

S-Mitterlehner commented 6 years ago

Same problem here

bzarras commented 6 years ago

Thanks for reporting this. Sounds like an ES5 distribution of the package is needed. Will get this resolved soon

bzarras commented 5 years ago

@Imperator145 Support for ES5 has been added. Please let me know if this resolves your issue