christianalfoni / webpack-express-boilerplate

A boilerplate for running a Webpack workflow in Node express
MIT License
1.39k stars 291 forks source link

Upgrading to Babel 6 #17

Closed jenil closed 8 years ago

kbiedrzycki commented 8 years ago

+1

jabhishek commented 8 years ago

Upgrading to babel 6 will be an issue as babel 6 isn't supported by babel-plugin-react-transform yet. It's best to wait until the plugin supports babel 6 - you can follow the discussion here. Once that is in place, I am happy to take this up and do a PR.

christianalfoni commented 8 years ago

@jabhishek I believe this now works. Or maybe still in Beta? I set this up on a different project and it works. But yeah, maybe wait until out of beta

jabhishek commented 8 years ago

I have created a pull request #25 for this. Do let me know if you spot any issues. :-)

christianalfoni commented 8 years ago

Merged :-)

jabhishek commented 8 years ago

Thanks @christianalfoni for the merge. I couldn't still upgrade my boilerplate as it has a dependency on babel-plugin-rewire, which still has some issues. Should be fixed soon though (hopefully). :-)

jenil commented 8 years ago

Awesome! Thanks @jabhishek