Uh oh!
There was an error while loading. Please reload this page.
Add resolve to src folder - #357
Conversation
ghost
commented
Aug 4, 2016
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! |
ghost
commented
Aug 4, 2016
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
mxstbr
commented
Aug 4, 2016
This is a webpack-specific thing that people have to rely on in their App code, instead we'd love to use the |
gaearon
commented
Aug 4, 2016
Yeah, happy to take a solution that works with |
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