-
-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
Description
Reproduction link or steps
- Go to: https://github.com/ianzone/tsdown-bug
/buildis generated bypnpm run build, and/distis generated bypnpm run prod
What is expected?
named exports should not be renamed, e.g.
export { Obj }should not be renamed as
export { Obj as Obj$1 }But in /dist, they are renamed.
What is actually happening?
it will cause js to report missing export xxx
Any additional comments?
I'm doing this PR, and I hope the rollup replacement won't cause any trouble, which means the /dist should work as /build, wish tsdown team could confirm that.
Reactions are currently unavailable