We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@ts-ignore
vite.rolldownVersion
1 parent c8fc80e commit a9d87b2Copy full SHA for a9d87b2
src/node/build/build.ts
@@ -109,6 +109,7 @@ export async function build(
109
clientResult.output.some(
110
(chunk) =>
111
chunk.type === 'chunk' &&
112
+ // @ts-ignore only exists for rolldown-vite
113
(vite.rolldownVersion || chunk.name === 'theme') && // FIXME: remove when rolldown-vite supports manualChunks
114
chunk.moduleIds.some((id) => id.includes('client/theme-default'))
115
)
0 commit comments