anorudes / redux-easy-boilerplate

React redux easy boilerplate
MIT License
633 stars 123 forks source link

Babel 6.4 adds constriction on class propTypes and methods #33

Closed oltsa closed 8 years ago

oltsa commented 8 years ago

Project was with Babel 6.3 but current setup install anything higher, in babel 6.4 you have to add semicolons to the end of propTypes and methods

oltsa commented 8 years ago

fixed in development branch