Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Embed JSX filename paths relative to repo root (facebook#6778)
Test Plan: Changed the preprocessor to log the output of babel.transform and saw ``` var _jsxFileName = 'src/isomorphic/modern/element/__tests__/ReactJSXElementValidator-test.js'; ``` in the resulting output, instead of an absolute path.
- Loading branch information