Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest sveltekit breaks houdini #1054

Closed
xmlking opened this issue Apr 16, 2023 · 1 comment
Closed

latest sveltekit breaks houdini #1054

xmlking opened this issue Apr 16, 2023 · 1 comment

Comments

@xmlking
Copy link

xmlking commented Apr 16, 2023

Describe the bug

after upgrading sveltejs/kit from "1.15.0" to "1.15.5" server fail starting with following error:

Multiple universal layout module files found in src/routes/ : +layout.js and +layout.js

the error will go away if I comment houdini() plugin in vite.config.ts

image

Severity

blocking an upgrade

Steps to Reproduce the Bug

https://github.com/xmlking/svelte-starter-kit
updated svelte/kit to latest in package.json

error can be reproduced if you comment/uncomment houdini() plugin in vite.config.ts

Reproduction

https://github.com/xmlking/svelte-starter-kit

@AlecAivazis
Copy link
Collaborator

Yea we ran into this and it has been fixed in #1053. It'll be released in 1.2 which is going out tonight 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants