react-native-web-hello-world
react-native-web-hello-world copied to clipboard
Upgraded webpack to v2
I noticed some npm packages do not transpile to ES5, so I needed webpack v2 to handle this. So I upgraded webpack to version 2 in preparation for react-hot-loader v3 (react-transform-hmr is deprecated) and other benefits.
I've done this for my project too, and it works well. So, I recommend you accept request into your repo. Thx.
Fixes #12