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
{{ message }}
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
Hi,
Is there a way to pass custom ignore switch to chokidar?
In my case, source and destination directory is same. Ex:
swc ./src -d ./src -w --only **/*.ts
With this,
.js
files get generated in./src/
. But this is causing loop as chokidar detected file change in the src dir.I see
chokidar.watch()
is only supporting dot files as of now. Can you please confirm if swc-cli support any custom ignore pattern for chokidar?Thanks
The text was updated successfully, but these errors were encountered: