Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable absolute import paths (such as "features/a/SomeComponent")
There's been numerous requests for Create-React-App to support having imports resolved relative to the "src" folder. The semi-documented solution is to have a NODE_PATH environment variable, which will be used in the resolution process. It's apparently also possible to specify that variable in a file named ".env". References: facebook/create-react-app#476 facebook/create-react-app#693 facebook/create-react-app#741
- Loading branch information