gajus / redux-immutable

redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
Other
1.88k stars 82 forks source link

Add missing babel plugins #37

Closed DaleLJefferson closed 8 years ago

DaleLJefferson commented 8 years ago

I cloned the project, ran nom install and then tried to run nom run build and I got the following build error.

ReferenceError: Unknown plugin "syntax-flow"
ReferenceError: Unknown plugin "transform-flow-strip-types"

I've added the relevant plugins

DaleLJefferson commented 8 years ago

@gajus PR updated with feedback

gajus commented 8 years ago

Thank you.

I like the idea of adding "build" step to the Travis test. :+1:

v3.0.7 has been published.