Upgrade to webpack 3
Created by: shrynx
Webpack 3 has released.
This article by @TheLarkinn highlight new features in this release of webpack.
I updated on my local machine and ran on default app.


This is a pretty straight upgrade, no change in the config. The only thing hindering is chunck.modules
has been deprecated and is used by extract-text-plugin
, thus throws a depreciation warning.
https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/494