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.
1 parent 7ccff1b commit 552a0a2Copy full SHA for 552a0a2
src/node/build.ts
@@ -19,6 +19,8 @@ export async function build(cliOptions: CliOptions = {}) {
19
const outDir = config.build.outDir || 'dist'
20
const out = isAbsolute(outDir) ? outDir : join(root, outDir)
21
22
+ const { input } = Object.assign({}, config.ssrOptions || {}, cliOptions)
23
+
24
buildLog('Build for client...')
25
await viteBuild({
26
build: {
0 commit comments