egoist / tsup

The simplest and fastest way to bundle your TypeScript libraries.
https://tsup.egoist.dev
MIT License
8.94k stars 218 forks source link

Entry globs don't update with new files #748

Open aleclarson opened 1 year ago

aleclarson commented 1 year ago

Looks like when a glob pattern is used in the entry array, tsup needs to use a file watcher in dev mode to know when a new entry point is added (when a matching file is created).

Upvote & Fund

Fund with Polar

Grsz commented 1 month ago

This issue is still present, had to switch back to tsc.