| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
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! |
Sorry, something went wrong.
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Sorry, something went wrong.
|
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) |
Sorry, something went wrong.
|
Yeah, happy to take a solution that works with NODE_PATH instead. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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