Reproduction link or steps
- set
entry: "src/**/*.ts" in tsdown.config.ts
- set
"dev": "tsdown --watch ./src",
npm run dev
- add file
src/a.ts
expected to re-build and generate dist/a.ts, but not
What is expected?
expected to re-build and generate dist/a.ts
What is actually happening?
no rebuild
Any additional comments?
No response