webpack.config.js
var ExtractTextPlugin = require(\"extract-text-webpack-plugin\");
I immediately receive this error if I just
Simple fix
npm install extract-text-webpack-plugin --save-dev
https://www.npmjs.com/package/extract-text-webpack-plugin