You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redwood.js relies on tsconfig path aliases. Vite doesn't support path aliases out of the box. One need to install the vite-tsconfig-paths vite plugin and add it to the vite configuration to allow usage of path aliases.
What's not working?
Redwood.js relies on tsconfig path aliases. Vite doesn't support path aliases out of the box. One need to install the
vite-tsconfig-paths
vite plugin and add it to the vite configuration to allow usage of path aliases.It would be good to at least mention the additional steps required for vite to work when setting up vite.
How do we reproduce the bug?
yarn rw setup vite && yarn rw dev
What's your environment? (If it applies)
No response
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: