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 4733204 commit 5dc3b83Copy full SHA for 5dc3b83
core/config/load.ts
@@ -136,7 +136,7 @@ async function loadSerializedConfig(
136
137
if (remoteConfigServerUrl) {
138
const remoteConfigJson = await fetchRemoteConfig(remoteConfigServerUrl.href);
139
- config = mergeJson(config, remoteConfigJson, "merge", configMergeKeys);
+ config = mergeJson(config, remoteConfigJson, "overwrite", configMergeKeys);
140
}
141
142
for (const workspaceConfig of workspaceConfigs) {
0 commit comments