We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment, I have to do:
import myPackage from '../foo' // and then in sub folders import myPackage from '../../foo'
It would be great if the following was possible, too:
import myPackage from 'this/foo' // and then in sub folders it's still just: import myPackage from 'this/foo'
However, I don't know whether it is possible. But it would be awesome.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment, I have to do:
It would be great if the following was possible, too:
However, I don't know whether it is possible. But it would be awesome.
The text was updated successfully, but these errors were encountered: