gaearon / react-hot-boilerplate

Minimal live-editing example for React
MIT License
3.91k stars 879 forks source link

Use html-webpack-plugin #49

Closed fritx closed 8 years ago

fritx commented 8 years ago

I'm not sure is this a good practice. It saves an 'index.html' though ;)

gaearon commented 8 years ago

Thanks. I would rather keep it simple and avoid plugins when possible as they may conflict with other plugins.

fritx commented 8 years ago

Yep :+1: