Hello guys. Looks like it doesn't works with the latest webpack 2 beta. ``` loaders: [ { test: /\.css$/, loader: ExtractTextPlugin.extract({ fallbackLoader: 'style-loader', loader: 'css-loader!postcss-loader' }) }, ``` Then I ran webpack-dev-server and it doesn't finish. Some guys have trouble too here https://github.com/webpack/webpack/issues/2812