There was an error while loading. Please reload this page.
1 parent eef9da1 commit 0d2df52Copy full SHA for 0d2df52
1 file changed
packages/vite/src/node/utils.ts
@@ -1100,7 +1100,7 @@ function mergeConfigRecursively(
1100
}
1101
1102
if (Array.isArray(existing) || Array.isArray(value)) {
1103
- merged[key] = [...arraify(existing ?? []), ...arraify(value ?? [])]
+ merged[key] = [...arraify(existing), ...arraify(value)]
1104
continue
1105
1106
if (isObject(existing) && isObject(value)) {
0 commit comments