Created by: alphashuro
Typing import x from '../../../../'
has become quite cumbersome and error prone and a lot of people (including myself) have indicated a strong desire for a better solution, e.g. import x from 'components/x.js'
.
The following addition allows resolving imports from src
.