scalable-react / scalable-react-boilerplate

:star: Scalable feature-first React micro-framework made for Udacity Alumni collaborative projects
https://scalable-react-boilerplate.herokuapp.com/
MIT License
259 stars 60 forks source link

Fix #75: Update template for stateless components #76

Closed mwolson closed 7 years ago

mwolson commented 7 years ago

The {{else if ...}} construct is not supported prior to handlebars v3.0.0. Based on yarn.lock, seems like plop is using handlebars 2.0.0.

RyanCCollins commented 7 years ago

Thanks for this! The generators have been changing quite often lately. Appreciate you helping to refine them!