Skip to content
New issue

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

Support for typescript paths #74

Open
Squallrx opened this issue Jul 11, 2021 · 0 comments
Open

Support for typescript paths #74

Squallrx opened this issue Jul 11, 2021 · 0 comments

Comments

@Squallrx
Copy link

Squallrx commented Jul 11, 2021

It seems like when importing an image using an absolute path from typescript, the code doesn't work.

For example, in my tsconfig file I have:

"paths": { "@components/*": ["src/components/*"], "@styles/*": ["src/assets/styles/*"], "@hooks/*": ["src/hooks/*"], "@images/*": ["src/assets/images/*"], }

Then on my component if I do something like

import Logo from '@images/logo.svg';

the code won't run, but does run fine if I do something like this:

import Logo from '../../../assets/images/logo.svg';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant