scalable-react / scalable-react-boilerplate

:star: Scalable feature-first React micro-framework made for Udacity Alumni collaborative projects
https://scalable-react-boilerplate.herokuapp.com/
MIT License
259 stars 60 forks source link

merge request: 81 upgrade webpack #82

Closed monte-hayward closed 7 years ago

monte-hayward commented 7 years ago

fixes #81 upgrade webpack

RyanCCollins commented 7 years ago

Awesome, thanks for this! It's really appreciated. I will pull and check it out and merge it soon.

RyanCCollins commented 7 years ago

Hey @monte-hayward, I've ran this locally and it looks like the css modules aren't making it into the production bundle. Not sure why. Any ideas?

RyanCCollins commented 7 years ago

I added extract text plugin to modules and it appears to be working, so I am going to merge this. Thanks again for your hard work figuring it out!

monte-hayward commented 7 years ago

thanks for tracking down the css-modules thing!