bug: Duplicate copy of `_app` on build
See original GitHub issueDescribe 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.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
React Native : Error: Duplicate resources - Android
So i would suggest just delete all of them from the respective directory and if they are tracked by git try adding them...
Read more >Duplicate output file | Apple Developer Forums
I answer to myself. The error comes from using the automatic increment script of the Bundle version below. It copies the info.plist to...
Read more >[Android] Error: Duplicate resources · Issue #22234 - GitHub
Clean project, DO NOT RUN THE REACT NATIVE BUNDLE COMMAND, then re-build. Hope this helps someone! The above solution helped me find a...
Read more >Solved: Duplicating a PowerApp - Power Platform Community
Open your desired App---then Go to File---Save as---then rename the app (Attached Screenshot) This will create a new copy. If you like this...
Read more >Can make duplicate copies of new work items (only bugs ...
This example used bugs. Enter a title and required fields. Hit ctrl+Enter multiple times. If duplicates were created, remove one as a duplicate....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This could be related - https://github.com/sveltejs/kit/issues/587 🤔
Resolved in https://github.com/sveltejs/kit/pull/4214
There is some code which should be removed to accompany this change. I will look to cover this in a rewrite soon.