Created by: viankakrisna
So we can write
import App from 'App'
instead of
import App from './App'
I think this will improve the developer experience of people using this kit :D
Activity
Created by: ghost
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!
Created by: mxstbr
This is a webpack-specific thing that people have to rely on in their App code, instead we'd love to use the
NODE_PATH
env var as that's a more portable solution. (there is an ongoing discussion in #253 (closed))