Replies: 1 comment
-
vite tsconfig paths plugin works in Farm, see this example in farm repository |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to migrate from
vite
tofarm
, but the simple configuration don't know to recognize the absolute paths likecomponents/shared
.Adding
viteTsconfigPaths
tovite
plugins don't help either.tsconfig`.json
base url is./src
and works out of the box withvite
.My
farm.config.ts
file:Error:
BR,
Beta Was this translation helpful? Give feedback.
All reactions