bertho-zero / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using react, redux, express and feathers
https://react-hot-example.herokuapp.com/
MIT License
636 stars 171 forks source link

Upgrade to webpack4, babel7 #448

Open lemonCMS opened 6 years ago

lemonCMS commented 6 years ago

Hello Bertho,

I just want to share for who is wondering howto upgrade to webpack4 and babel 7. I spend a lot of hours over the past days struggling with react-hot-loader that was not working

Babel7

Webpack 4

react-loadable

Eslint

See full source over at https://github.com/lemonCMS/react-redux-universal-hot-example-1

I did not create a pull request because of the hacky stuff that went on to get it to work.


Happy Coding

bertho-zero commented 6 years ago

Thank you for your contribution, it's great!

You can see all the changes here: https://github.com/bertho-zero/react-redux-universal-hot-example/compare/master...lemonCMS:master There are many things that could serve me here.