Skip to content

svelte-package --preserve-output #13041

@GauBen

Description

@GauBen

Describe the problem

Running svelte-package will rimraf(output) (

rimraf(output);
) which means that all operations must be run after running 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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions