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 857f5ff commit 9582171Copy full SHA for 9582171
packages/vite/src/node/config.ts
@@ -245,7 +245,7 @@ export async function resolveConfig(
245
return resolved
246
}
247
248
-function mergeConfig(
+export function mergeConfig(
249
a: Record<string, any>,
250
b: Record<string, any>,
251
isRoot = true
@@ -330,7 +330,7 @@ export function sortUserPlugins(
330
return [prePlugins, postPlugins, normalPlugins]
331
332
333
-async function loadConfigFromFile(
+export async function loadConfigFromFile(
334
configEnv: ConfigEnv,
335
configFile?: string,
336
configRoot: string = process.cwd(),
0 commit comments