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.
inlineConfig
1 parent 1fe33ef commit 3745284Copy full SHA for 3745284
packages-engine/config/src/index.ts
@@ -57,7 +57,7 @@ export async function loadConfig<U extends UserConfig>(
57
})
58
59
const result = await loader.load()
60
- result.config = Object.assign(defaults, result.config || inlineConfig)
+ result.config = Object.assign(defaults, inlineConfig, result.config ?? {})
61
if (result.config.configDeps) {
62
result.sources = [
63
...result.sources,
0 commit comments