Vite Migration - function is not exported by app/my.server.js #7987
-
I've been moving through the unstable vite migration docs, and encountered this issue when running Any help on this would be appreciated, the import is from the correct location and the function is exported properly. If I comment out this line, vite just moves to the next instance of a server function import. Maybe I have to do something with vite config on all my server files? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
What you seeing might be a known issue tracked here #7924 |
Beta Was this translation helpful? Give feedback.
What you seeing might be a known issue tracked here #7924
A few workaround is suggested there as well.