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

Remove html-webpack-plugin from production config. #63

Closed daan-nguyen closed 7 years ago

daan-nguyen commented 7 years ago

This stops an index.html file being generated in production to allow for SSR in response to reported issue #60.

Production template for markup base is /server/utils/Html.js.

RyanCCollins commented 7 years ago

Thanks again @daan-nguyen!

RyanCCollins commented 7 years ago

P.S. The initial load time of the index page on https://scalable-react-boilerplate.herokuapp.com/ is looking great after this pull!