A very basic React app featuring Babel and HMR. Performs all the nifty optimizations on the production build. Check out how clean a webpack config can look like.
git clone https://github.com/andywer/webpack-blocks.git
yarn install
cd packages/sample-appTo run the webpack dev server:
yarn startTo create a production build:
yarn build