What's the recommended way of handling typescript path aliases in rollup? #1406
Unanswered
georgebutter
asked this question in
Q&A
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.
-
Given the following
tsconfig.json
:I find that once I have built with rollup the import path is still
@utils
instead of being transformed to../src/helpers/utils
.Looking into this further I have found a plethora of combinations of packages that should supposedly resolve this issue. I wonder if there is a more official way to handle this as many of the recommended packages don't seem to be that well-maintained.
Beta Was this translation helpful? Give feedback.
All reactions