narkq / react-yandex-metrika

React component for Yandex.Metrika
128 stars 25 forks source link

Dependency on babel-runtime v5 #5

Closed kompot closed 7 years ago

kompot commented 7 years ago

Seems like it:

  1. Should not be a dependency at all (transpile all the way and bundle transpiled code along with source).
  2. Should be babel 6+

What do you think?

narkq commented 7 years ago

Well, I added that because of #1 , if babel 6 doesn't require babel-runtime to run transpiled code, that's ok. I've just published v2.0.0, please check it out.