peter-mouland / react-lego

React-lego : incrementally add more cool stuff to your react app
http://react-lego.herokuapp.com/
MIT License
414 stars 36 forks source link

swap webpack for babel for server compilation #5

Closed peter-mouland closed 7 years ago

peter-mouland commented 8 years ago

related to : https://github.com/bahmutov/node-hook/issues/6#issuecomment-247847708

For the server-side code compilation, babel-cli makes less code changes compared to webpack. I think babel would therefore be preferable over webpack.

peter-mouland commented 7 years ago

done 💃