Evaluate feasibility of changing all front-end imports to absolute #5687
maxpatiiuk
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
All front-end files are currently using relative imports
There are several benefits to absolute imports:
../../../../../someFile.js
The only concern with this is that not all tools might support this yet - but it's changing to support might look golden in a year or two - that's why need to evaluate how feasible it is
Beta Was this translation helpful? Give feedback.
All reactions