react-native-web-hello-world icon indicating copy to clipboard operation
react-native-web-hello-world copied to clipboard

Upgraded webpack to v2

Open Anima-t3d opened this issue 8 years ago • 2 comments

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.

Anima-t3d avatar Mar 23 '17 04:03 Anima-t3d

I've done this for my project too, and it works well. So, I recommend you accept request into your repo. Thx.

Carduelis avatar Apr 15 '17 17:04 Carduelis

Fixes #12

Anima-t3d avatar Apr 17 '17 02:04 Anima-t3d