cloverfield-tools / universal-react-boilerplate

A simple boilerplate Node app.
MIT License
904 stars 97 forks source link

[#65] Revive react-transform #67

Closed nkbt closed 8 years ago

nkbt commented 8 years ago

react-transform updated to version 2 (still beta) and supports Babel 6, so we can put it back to babel config. Alongside with redbox and hmr.

20151222-135446

ericelliott commented 8 years ago

Is the node engine > 5 necessary?

nkbt commented 8 years ago

Not required, I can do >=4

ericelliott commented 8 years ago

Cool. Ping when it's done. Happy to merge. =)

nkbt commented 8 years ago

Relaxed Node to >=4, rebased and updated deps again.