Different configurations using webpack because I can't keep all of this straight.
While it's common to integrate your CSS in with your JavaScript bundle, this seems to remove the ability to install your React Components server-side because Node cannot interpret the CommonJS modules that have been created. Instead, create separate CSS files.
Migration guide from Webpack 1 to Webpack 2.