olahol / reactpack

:package: build your react apps with one command and one `npm i`.
982 stars 36 forks source link

Allow changing the dev server configuration #27

Closed victorb closed 8 years ago

victorb commented 8 years ago

I was spending around one hour trying to troubleshot why my devServer config in webpack.config.js didn't work. Turns out, those options are not applied when starting the dev server.

This change implements so it's possible to customize the dev server, if the devServer key is set in the webpack.config.js

olahol commented 8 years ago

Thank you for your contributions, sorry for not merging them sooner been a bit sick lately :mask: They are in version 0.7.4.

victorb commented 8 years ago

@olahol No worries, hope you get better and thanks for merging! 👍