Improve Import Based on Root #117
Labels
enhancement
New feature or request
triage
This issue is pending confirmation and planning and should not be worked on yet
Is your feature request related to a problem? Please describe.
Currently importing components/class does not based on root but importing by relative paths
eg.
import * from ../../../../../src/component
Problem with this we might have trouble when refactoring/moving component or folder in the future
Describe the solution you'd like
Would it be nice to have if we make all of our imports based on roots
eg.
import * from ~/src/component
Describe alternatives you've considered
We can use this reference for implementing this improvement link
The text was updated successfully, but these errors were encountered: