Replies: 1 comment
-
|
try to add assign Specific Values for { hostType, type, ssr } |
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.
-
The Doc.
I saw the option in
vitejs/vite-plugin-vuerepo, theplayground/ssr-vue/vite.config.js:As you can see, I add a
console.When I run
pnpm build:client, therenderBuiltUrlis called per assets/chunk.However, when I run
pnpm build:server, therenderBuiltUrlis only called for a part of them.I want to know why.
Beta Was this translation helpful? Give feedback.
All reactions