jpsierens / webpack-react-redux

A boilerplate for playing around with react, redux and react-router with the help of webpack.
MIT License
599 stars 196 forks source link

Update to webpack2 #23

Closed gabrielmicko closed 6 years ago

helb commented 7 years ago

I've created a fork with work-in-progress webpack 3 migration here: https://github.com/helb/webpack-react-redux/tree/webpack3

No PR yet, still needs some refinement and testing. Feel free to try it out and report any issues you encounter.

git clone https://github.com/helb/webpack-react-redux
cd webpack-react-redux
git checkout webpack3
npm install # or yarn…
npm start
jjwilliams42 commented 7 years ago

Did you ever finish this fork up @helb ?

helb commented 7 years ago

Not really to the point i'd send a MR (yet… i've been without much internet during August), but i'm using it for both personal and work projects.

Some things that are missing:

jpsierens commented 6 years ago

Not planning to update the project for now, try @helb 's example