Skip to content

Commit

Permalink
fix: warn
Browse files Browse the repository at this point in the history
  • Loading branch information
poyoho committed Jul 21, 2022
1 parent 5b49187 commit 8494ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/config.ts
Expand Up @@ -663,7 +663,7 @@ export async function resolveConfig(
...config.experimental
}
}
const resolved: ResolvedConfig = Object.assign(config, resolvedConfig)
const resolved: ResolvedConfig = Object.assign({}, config, resolvedConfig)

if (middlewareMode === 'ssr') {
logger.warn(
Expand Down

0 comments on commit 8494ae4

Please sign in to comment.