Replies: 1 comment
-
When I implement an ESM SSR program without setting external dependencies on Vue, it will result in errors in the packaged files. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I use Rspack to build the client and server separately
client


This is right
server
This is wrong
I can only obtain the correct export when I set up the client's ESM version on the server side
Beta Was this translation helpful? Give feedback.
All reactions