toniov / p-iteration

Utilities that make array iteration easy when using async/await or Promises
https://toniov.github.io/p-iteration
352 stars 19 forks source link

"Failed to minify the code" #9

Closed eric-khoury closed 6 years ago

eric-khoury commented 6 years ago

Hi, I'm having an issue when using this library in a react project. The issue seems to that the lib is not ES5 compiled? When trying to build my project, I get the error:

Failed to minify the code from this file: ./node_modules/p-iteration/lib/static-methods.js:11

Could it be something missing on my part?

toniov commented 6 years ago

Hi!

Could you tell me what tool are you using to minify the module? Maybe the tool you are using is not compatible with recent ES versions.

toniov commented 6 years ago

Closing this, if you have any problem open a new issue or reply here :)