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
When run pnpm run build (tsup src/main.ts --experimental-dts main --format esm), it works well. The generate result is:
But when run pnpm run build-with-clean (tsup src/main.ts --experimental-dts main --format esm --clean), it will not generate dts files. The generate result is:
The text was updated successfully, but these errors were encountered:
Reproduce: https://stackblitz.com/edit/vitejs-vite-q3cget?file=package.json
When run
pnpm run build (tsup src/main.ts --experimental-dts main --format esm
), it works well. The generate result is:But when run
pnpm run build-with-clean (tsup src/main.ts --experimental-dts main --format esm --clean
), it will not generate dts files. The generate result is:The text was updated successfully, but these errors were encountered: