Rollup emitFile()
in sveltekit library mode to dist/
#10999
Unanswered
benjaminpreiss
asked this question in
Q&A
Replies: 2 comments 2 replies
-
You can change the config in svelte.config.js to output to a different directory name https://kit.svelte.dev/docs/configuration#outdir Or append your script with a move file command svelte-package && mv .svelte-kit/file dist/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Which adapter are you using? Each have a final output destination with most being |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using rollups
emitFile()
in sveltekit library mode, the emitted file is emitted into the/.svelte-kit
folder. Does anyone know how I can emit the file in the/dist
folder?Beta Was this translation helpful? Give feedback.
All reactions