-
Notifications
You must be signed in to change notification settings - Fork 33
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
bug: Duplicate copy of _app
on build
#22
Comments
This could be related - sveltejs/kit#587 🤔 |
_app
on build_app
on build
|
It is sveltejs/kit#587 The adapter reads the user's
|
#39 included some documentation to notify users. A final soln in sveltejs/kit#587 would be ideal |
As of the latest sveltekit / sveltekit adapter firebase, we're no longer using a duplicate copy of _app. |
Resolved in sveltejs/kit#4214 There is some code which should be removed to accompany this change. I will look to cover this in a rewrite soon. |
Describe the bug
A second copy of the
_app
dir is created under.svelte/output/client/
and then copied on build to the adapter output.To Reproduce
Reproduction repo here - https://github.com/jthegedus/sveltekit-firebase-adapter-bug
Expected behavior
It does not create duplicate
_app
dirs.The text was updated successfully, but these errors were encountered: