Not support alias yet
See original GitHub issueDescribe the bug
If I use alias in file, the extenstion fail to reach the file: Eg: @/component/index.tsx
To Reproduce Steps to reproduce the behavior:
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:6
Top Results From Across the Web
Outlook won't acknowledge/accept my new alias email address.
I created the alias email yesterday morning, so it's now been about 24 hours since its creation, but it's still not working. I...
Read more >sql - Why use of column alias in same select is not supported ...
An alias can be used in a query select list to give a column a different name. You can use the alias in...
Read more >FAQ | Alias
I accepted an offer, but the order did not go through. What happened? This was likely due to a buyer's payment method being...
Read more >Does GoDaddy support alias? - WebsiteBuilderInsider.com
GoDaddy does not support aliases natively, but the website does include a feature that allows you to send and receive email using aliases....
Read more >I am unable to send mail as an email alias - Google Cloud Help
You can add up to 30 email aliases for each user at no extra cost. Users must continue to sign in to their...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@doytch - yes this is actually the next feature we are working on. Will update when something is ready!
A thing that may help when implementing this is this repository
https://github.com/pahen/madge
, it allow the user to pass some info asrequireConfig
,webpackConfig
andtsConfig
for resolving aliased modules. You may have a look and take some insights from how they implemented itcc @PLCoster