Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 23 Nov 15:59
· 13 commits to main since this release
f64f202

Patch Changes

  • f75f0c1: Order sveltekitGql vite plugin above sveltekit

    Previously we were adding our vite plugin after sveltekit. This was incorrect because the houdini
    vite plugin (which is added internally) needs to come after the sveltekit plugin.