erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

Has anybody gotten webpack-dashboard working with this boilerplate? #1296

Open isaachinman opened 7 years ago

isaachinman commented 7 years ago

So I know this repo hasn't been maintained by the original owner in quite some time, but there still seem to be people kicking around.

I've got my own production version of this boilerplate that took an opinionated departure awhile back, but still maintains core similarity. I've been interested in getting webpack-dashboard set up for awhile to improve dev experience for myself and my team.

However, I've tried a couple times, each of which resulted in like 30+ minutes of work and me deciding it was prohibitive. Just wondering if anyone's had more luck?

oyeanuj commented 7 years ago

@isaachinman My plan was to follow the webpack setup to follow the one used by react-boilerplate (https://github.com/mxstbr/react-boilerplate/pull/886/files) but I haven't gotten to it yet.

Also, would be curious if anyone has already integrated webpack-dashboard with this repo!