-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
feature / enhancementNew feature or requestNew feature or requestpkg:svelte-packageIssues related to svelte-packageIssues related to svelte-package
Description
Describe the problem
Running svelte-package
will rimraf(output)
(
kit/packages/package/src/index.js
Line 44 in a3ef25f
rimraf(output); |
svelte-package
Describe the proposed solution
Add a --preserve-output
flag (or similarly named) that skips removing the output directory
This is especially useful in --watch
mode when other operations can happen concurrently
Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
Metadata
Metadata
Assignees
Labels
feature / enhancementNew feature or requestNew feature or requestpkg:svelte-packageIssues related to svelte-packageIssues related to svelte-package