Hacker News new | ask | show | jobs
by renke1 3988 days ago
"I have yet to find any React boilerplate project with an easy to understand webpack.config.js file."

I actually think that a simple Webpack configuration for a React project is pretty easy to understand (thanks to Babel). Here is one that I use in one of my projects [1]. Adding Less support is like one additional entry.

[1]: https://github.com/renke/perpetually/blob/master/webpack.con...