acdlite / recompose

A React utility belt for function components and higher-order components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is there a `@babel/runtime` dependency for recompose?

aliai opened this issue · comments

Since it is not being used in the distribution version of recompose, I was wondering if there was a reason behind why @babel/runtime is listed as a dependency oppose to devDependency?

"@babel/runtime": "^7.0.0",

Ah, I noticed that it is being used after the compilation. My bad :)