alias plugin: relative import replacements not working properly #1519
-
Hi! We have the following folder structure:
and
Each TypeScript component is exported from Now, where is the problem? There seems to be a problem when a sibling file imports code from another sibling through an absolute import. Given this folder structure:
When importing for example Box from This problem does not affect non-sibling file imports. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
any luck on this one? |
Beta Was this translation helpful? Give feedback.
-
I removed aliases from the project. Didn't like them anyways. This means that:
|
Beta Was this translation helpful? Give feedback.
I removed aliases from the project. Didn't like them anyways.
This means that:
~
.