Skip to content

Commit

Permalink
Change spread order to get deep merge (HoudiniGraphql#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
sistrall authored and endigma committed Nov 10, 2024
1 parent d350146 commit 4421bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/houdini-svelte/src/plugin/kit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ export function plugin_config(config: Config): Required<HoudiniSvelteConfig> {
pageQueryFilename: '+page.gql',
layoutQueryFilename: '+layout.gql',
static: false,
...cfg,
customStores: {
query: '$houdini/plugins/houdini-svelte/runtime/stores.QueryStore',
mutation: '$houdini/plugins/houdini-svelte/runtime/stores.MutationStore',
Expand All @@ -377,7 +378,6 @@ export function plugin_config(config: Config): Required<HoudiniSvelteConfig> {
fragmentOffset: '$houdini/plugins/houdini-svelte/runtime/stores.FragmentStoreOffset',
...cfg?.customStores,
},
...cfg,
}
}

Expand Down

0 comments on commit 4421bd3

Please sign in to comment.