You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue that is already proposing this?
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.
The text was updated successfully, but these errors were encountered: