We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
svelte-package --preserve-output
Running svelte-package will rimraf(output) (
svelte-package
rimraf(output)
kit/packages/package/src/index.js
Line 44 in a3ef25f
Add a --preserve-output flag (or similarly named) that skips removing the output directory
--preserve-output
This is especially useful in --watch mode when other operations can happen concurrently
--watch
No response
would make my life easier
The text was updated successfully, but these errors were encountered:
If the idea is accepted, I would love to contribute the feature
Sorry, something went wrong.
No branches or pull requests
Describe the problem
Running
svelte-package
willrimraf(output)
(kit/packages/package/src/index.js
Line 44 in a3ef25f
svelte-package
Describe the proposed solution
Add a
--preserve-output
flag (or similarly named) that skips removing the output directoryThis is especially useful in
--watch
mode when other operations can happen concurrentlyAlternatives considered
No response
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered: