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