Replies: 1 comment
-
some problem and create issues -> #1131 |
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've a
vite
vue3
project. It has"type": "module"
so only ESM. I prerender some pages, nothing special, the guide you can find for vue3. On dev all works fine, but if I build for production it errors withthe import on the first line is on the
entry-server.js
the output ofvite build --ssr src/entry-server.ts --outDir dist/server
.Can someone help?
Beta Was this translation helpful? Give feedback.
All reactions