-
Notifications
You must be signed in to change notification settings - Fork 415
Closed
Labels
Description
Is there an existing issue that is already proposing this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe it
if use swc + watch option, can not exclude files(ex. *spec.ts)
Describe the solution you'd like
add watch exclude option for swc
Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
When modifying *spec.ts files, these files are generally excluded because we don't want a rebuild.
By adding an exclude option for swc, a rebuild can be avoided when certain files are changed.