FredericHeem / redux-act-async

Reduce boilerplate for redux async actions and reducers
Apache License 2.0
125 stars 22 forks source link

fix: make babel-runtime available at runtime #29

Closed mastilver closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #29 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #29   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          37     37           
  Branches        6      6           
=====================================
  Hits           37     37

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 35c16fc...3296939. Read the comment docs.

FredericHeem commented 7 years ago

Do you mind to tell me the issue you had?

FredericHeem commented 7 years ago

1.6.0 has been released

mastilver commented 7 years ago

My issue was that: https://travis-ci.org/mastilver/umds/builds/229913006

I didn't run into any issue until now. That's because most of the time you would use redux-act-async alongside libraries that use babel-runtime

This time I was using redux-act-async without those other library, hence why babel-runtime wasn't available

Thank you for releasing it straight away 👍