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
The watch command features a noClean option which does not clean the build folder. The build command does not.
We'd like to run multiple build commands (for multiple entries until #55 is supported) and would like to retain the dist folder between those.
Add the same noClean option to the build command too.
Some advanced usages / edge cases.
Named exports from a barrel file.
The text was updated successfully, but these errors were encountered:
makes sense! 👍
Sorry, something went wrong.
feat: support dts build --noClean (fixes #103)
dts build --noClean
cd8cb6c
c9eeee8
e83f5eb
e55136e
released in v0.20.0 🎉
No branches or pull requests
Current Behavior
The watch command features a noClean option which does not clean the build folder. The build command does not.
Desired Behavior
We'd like to run multiple build commands (for multiple entries until #55 is supported) and would like to retain the dist folder between those.
Suggested Solution
Add the same noClean option to the build command too.
Who does this impact? Who is this for?
Some advanced usages / edge cases.
Describe alternatives you've considered
Named exports from a barrel file.
Additional context
The text was updated successfully, but these errors were encountered: