mattkrick / cashay

:moneybag: Relay for the rest of us :moneybag:
MIT License
453 stars 28 forks source link

Add transform-runtime to .babelrc #63

Closed simenbrekken closed 8 years ago

simenbrekken commented 8 years ago

By including the transform-runtime babel plugin, we make sure that the libary itself doesn't require any babel dependencies after it has been built as per the discussion in #50

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 86.772% when pulling f348d79bb2afb288030f2b560d57c25c30c50b19 on unfold:client-schema-loader-transform-runtime into da351717603ca53b3e7ce3f4f5faaab539e708d2 on mattkrick:master.

mattkrick commented 8 years ago

failing on node version 4 since transform-runtime is not found. Do we need to add it to the dependencies?

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 87.179% when pulling d17808db8aa271ace6e179e5d174f1d8afe6a9da on unfold:client-schema-loader-transform-runtime into c5251d9127302b9dee5ef2f324dc1b7c64394613 on mattkrick:master.

simenbrekken commented 8 years ago

@mattkrick I added the missing dependencies now

mattkrick commented 8 years ago

up on npm at v0.11.2. Thanks @simenbrekken!